diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-28 07:50:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-28 07:50:58 +0000 |
commit | 8e97feb54f18a3b31f04056d178d883acc0d606c (patch) | |
tree | de45f2d31b379e54ed715dd07127597fa4f85841 /testing/evas/fribidi-cflags.patch | |
parent | 4999288a40e85777ada765902e96d2d806f9ed39 (diff) | |
download | aports-8e97feb54f18a3b31f04056d178d883acc0d606c.tar.bz2 aports-8e97feb54f18a3b31f04056d178d883acc0d606c.tar.xz |
testing/evas: upgrade to 1.7.8
Diffstat (limited to 'testing/evas/fribidi-cflags.patch')
-rw-r--r-- | testing/evas/fribidi-cflags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/evas/fribidi-cflags.patch b/testing/evas/fribidi-cflags.patch new file mode 100644 index 0000000000..b9a9cd0291 --- /dev/null +++ b/testing/evas/fribidi-cflags.patch @@ -0,0 +1,12 @@ +diff --git a/src/modules/engines/software_x11/Makefile.am b/src/modules/engines/software_x11/Makefile.am +index 8c0961d..edab474 100644 +--- a/src/modules/engines/software_x11/Makefile.am ++++ b/src/modules/engines/software_x11/Makefile.am +@@ -40,6 +40,7 @@ AM_CPPFLAGS = \ + @FREETYPE_CFLAGS@ \ + @PIXMAN_CFLAGS@ \ + @EVAS_GENERAL_CFLAGS@ \ ++@FRIBIDI_CFLAGS@ \ + @evas_engine_software_xcb_cflags@ + + SOFTWARE_X11_SOURCES += \ |