mirror of
https://github.com/X11Libre/xf86-input-mouse.git
synced 2026-03-24 01:24:06 +00:00
Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers
This commit is contained in:
@@ -73,7 +73,7 @@ AC_SUBST(inputdir)
|
||||
PKG_CHECK_MODULES(XORG, xorg-server xproto)
|
||||
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
|
||||
|
||||
CFLAGS="$XORG_CFLAGS "' -I$(top_srcdir)/src'
|
||||
CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
|
||||
AC_SUBST([CFLAGS])
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
Reference in New Issue
Block a user