]> git.pld-linux.org Git - packages/edje.git/blob - edje-deps.patch
- x32 rebuild
[packages/edje.git] / edje-deps.patch
1 Don't add packages not required by edje library to edje.pc Requires list
2 --- edje-1.2.0/configure.ac.orig        2012-04-26 06:30:28.000000000 +0200
3 +++ edje-1.2.0/configure.ac     2012-05-30 17:46:44.128074454 +0200
4 @@ -373,7 +373,6 @@
5        [
6         AC_DEFINE(HAVE_VORBIS, 1, [vorbis support for Edje])
7         have_vorbis="yes"
8 -       requirement_edje="ogg >= 1.1.4 vorbis >= 1.2.3 vorbisenc >= 1.2.3 ${requirement_edje}"
9        ],
10        [have_vorbis="no"; want_multisense="no"]
11     )
12 @@ -398,7 +397,6 @@
13        [
14         AC_DEFINE(HAVE_LIBALSA, 1, [ALSA support for Edje])
15         have_alsa_lib="yes"
16 -       requirement_edje="alsa >= 1.0.21 ${requirement_edje}"
17        ],
18        [have_alsa_lib="no"; want_multisense="no"]
19     )
20 @@ -425,11 +423,6 @@
21        [
22         AC_DEFINE(HAVE_LIBFLAC, 1, [flac support for Edje])
23         have_flac_lib="yes"
24 -       # disabled because this adds flac include dirs to cflags... and
25 -       # FLAC has an assert.h in its include dirs that ends up
26 -       # overriding the system assert.h and thus causes all sorts of
27 -       # mayhem
28 -       #requirement_edje="flac >= 1.2.1 ${requirement_edje}"
29        ],
30        [have_flac_lib="no"; want_multisense="no"]
31     )
This page took 0.029978 seconds and 3 git commands to generate.