mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
4211462eb2
When building for platforms that don't use pango for handling text you may not need the cogl-pango library.
12 lines
169 B
Makefile
12 lines
169 B
Makefile
SUBDIRS = cogl
|
|
|
|
if BUILD_COGL_PANGO
|
|
SUBDIRS += pango
|
|
endif
|
|
|
|
if COGL_STANDALONE_BUILD
|
|
SUBDIRS += po examples
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|