mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 17:07:43 +00:00
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:
parent
69b2cc76b3
commit
936be892dd
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: qt
|
Updated/fixed packages: qt, xserver-xorg
|
||||||
|
|
||||||
2010.11-rc2, Released November 25th, 2010:
|
2010.11-rc2, Released November 25th, 2010:
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = \
|
|||||||
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
||||||
--disable-xnest --disable-xephyr --disable-xvfb \
|
--disable-xnest --disable-xephyr --disable-xvfb \
|
||||||
--with-builder-addr=buildroot@uclibc.org \
|
--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/
|
--with-fontdir=/usr/share/fonts/X11/
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user