mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
use gtk-config to find CFLAGS
This commit is contained in:
parent
b3e391767b
commit
539fb6217b
@ -35,7 +35,7 @@ DEFINES += -D_IMPL_NS_WIDGET
|
||||
|
||||
INCLUDES+= -I$(srcdir)/../xpwidgets -I$(srcdir)/../gtk -I$(srcdir)/.
|
||||
|
||||
INCLUDES += $(FE_X_CFLAGS)
|
||||
INCLUDES += $(FE_X_CFLAGS) $(shell gtk-config --cflags)
|
||||
|
||||
CPPSRCS= \
|
||||
nsAppShell.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user