Commit 936be892 authored by Matt Johnson's avatar Matt Johnson Committed by Peter Korsgaard
Browse files

xserver-xorg: fix CFLAGS



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

Signed-off-by: default avatarMatt Johnson <mj1856@hotmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 69b2cc76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:

+1 −1
Original line number Diff line number Diff line
@@ -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)