diff options
author | Carsten Haitzler <raster@rasterman.com> | 2011-04-22 11:47:14 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-04-22 11:47:14 +0000 |
commit | c885080057631dbb7e99b20d1f4fcc9b6076a5a7 (patch) | |
tree | 6d207c09f02db1b75f3c0549c91755659b09b357 /legacy/evas/src/lib/engines/common/Makefile.am | |
parent | 02ee0d1ee65f6a79bc2397d1b9c93e90eaa1032c (diff) |
an initial test at trying pixman instead of evas software rendering.
results... in comments. disabled atm unless u --enable it. only
replaces 1 operation in 2 cases.
SVN revision: 58824
Diffstat (limited to 'legacy/evas/src/lib/engines/common/Makefile.am')
-rw-r--r-- | legacy/evas/src/lib/engines/common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/legacy/evas/src/lib/engines/common/Makefile.am b/legacy/evas/src/lib/engines/common/Makefile.am index 62b96aab6b..961b20fcfa 100644 --- a/legacy/evas/src/lib/engines/common/Makefile.am +++ b/legacy/evas/src/lib/engines/common/Makefile.am | |||
@@ -11,9 +11,11 @@ AM_CPPFLAGS = -I. \ | |||
11 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ | 11 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
12 | -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ | 12 | -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ |
13 | @FREETYPE_CFLAGS@ @VALGRIND_CFLAGS@ \ | 13 | @FREETYPE_CFLAGS@ @VALGRIND_CFLAGS@ \ |
14 | @PIXMAN_CFLAGS@ \ | ||
14 | @EET_CFLAGS@ @pthread_cflags@ \ | 15 | @EET_CFLAGS@ @pthread_cflags@ \ |
15 | @WIN32_CFLAGS@ @EINA_CFLAGS@ \ | 16 | @WIN32_CFLAGS@ @EINA_CFLAGS@ \ |
16 | @FRIBIDI_CFLAGS@ @HARFBUZZ_CFLAGS@ | 17 | @FRIBIDI_CFLAGS@ @HARFBUZZ_CFLAGS@ \ |
18 | @PIXMAN_CFLAGS@ | ||
17 | 19 | ||
18 | noinst_LTLIBRARIES = libevas_engine_common.la | 20 | noinst_LTLIBRARIES = libevas_engine_common.la |
19 | libevas_engine_common_la_SOURCES = \ | 21 | libevas_engine_common_la_SOURCES = \ |