xserver-xorg: fix CFLAGS

Ensure we just append to TARGET_CFLAGS, instead of overriding it.

Signed-off-by: Matt Johnson <mj1856@hotmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Matt Johnson 2010-11-27 21:52:14 +01:00 committed by Peter Korsgaard
parent 69b2cc76b3
commit 936be892dd
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Fixes all over the tree.
Updated/fixed packages: qt
Updated/fixed packages: qt, xserver-xorg
2010.11-rc2, Released November 25th, 2010:

View File

@ -60,7 +60,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
--disable-xnest --disable-xephyr --disable-xvfb \
--with-builder-addr=buildroot@uclibc.org \
CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1" \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
--with-fontdir=/usr/share/fonts/X11/
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)