diff options
| author | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:13:04 -0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:50:15 -0800 |
| commit | fb0bd9aac1dcd940a82778941cd4ebd821614128 (patch) | |
| tree | 94824d36b544f62654e2ea619902bdb525af9f4b /meta/recipes-graphics/xorg-lib/libxcomposite | |
| parent | 80d2d053c037d85692f65736e8a0c5bce801d734 (diff) | |
| download | poky-fb0bd9aac1dcd940a82778941cd4ebd821614128.tar.gz | |
libxcomposite: Update to version 0.4.3
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcomposite')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch b/meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch index 9b10d1a26d..848beff08c 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch +++ b/meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch | |||
| @@ -1,14 +1,16 @@ | |||
| 1 | This patch makes the build use its own Xcomposite.h over rather than an | 1 | This patch makes the build use its own Xcomposite.h over rather than an |
| 2 | older Xcomposite.h that might already be installed in the staging dir. | 2 | older Xcomposite.h that might already be installed in the staging dir. |
| 3 | 3 | ||
| 4 | --- libXcomposite-0.4.1/src/Makefile.am.orig 2010-06-27 15:50:05.000000000 +0800 | 4 | Index: libXcomposite-0.4.3/src/Makefile.am |
| 5 | +++ libXcomposite-0.4.1/src/Makefile.am 2010-06-27 15:51:48.000000000 +0800 | 5 | =================================================================== |
| 6 | --- libXcomposite-0.4.3.orig/src/Makefile.am 2010-06-30 22:42:53.000000000 -0700 | ||
| 7 | +++ libXcomposite-0.4.3/src/Makefile.am 2010-11-23 23:09:34.544322930 -0800 | ||
| 6 | @@ -19,7 +19,7 @@ | 8 | @@ -19,7 +19,7 @@ |
| 7 | # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 9 | # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 8 | # PERFORMANCE OF THIS SOFTWARE. | 10 | # PERFORMANCE OF THIS SOFTWARE. |
| 9 | 11 | ||
| 10 | -AM_CFLAGS = $(CWARNFLAGS) $(XCOMPOSITE_CFLAGS) $(X_CFLAGS) | 12 | -AM_CFLAGS = $(CWARNFLAGS) $(XCOMPOSITE_CFLAGS) $(XFIXES_CFLAGS) |
| 11 | +AM_CFLAGS = -I$(top_srcdir)/include $(CWARNFLAGS) $(XCOMPOSITE_CFLAGS) $(X_CFLAGS) | 13 | +AM_CFLAGS = -I$(top_srcdir)/include $(CWARNFLAGS) $(XCOMPOSITE_CFLAGS) $(XFIXES_CFLAGS) |
| 12 | AM_CPPFLAGS = -I$(top_srcdir)/include | 14 | AM_CPPFLAGS = -I$(top_srcdir)/include |
| 13 | 15 | ||
| 14 | lib_LTLIBRARIES = libXcomposite.la | 16 | lib_LTLIBRARIES = libXcomposite.la |
