mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
(gtk) #1401: libverify's headers break when -DGTK_DISABLE_SINGLE_INCLUDES is defined, so don't define it...
This commit is contained in:
parent
ba212cebc0
commit
eed2153eb0
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
||||||
SUBDIRS = icons
|
SUBDIRS = icons
|
||||||
|
|
||||||
if TR_UNSTABLE
|
if TR_UNSTABLE
|
||||||
GTK_EXTRA_CPPFLAGS=-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES
|
GTK_EXTRA_CPPFLAGS=-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# these should go in GTK_EXTRA_CPPFLAGS at some point, but not yet because it breaks libnotify's headers
|
||||||
|
# -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES
|
||||||
|
|
||||||
sexy-marshal.h: marshal.list
|
sexy-marshal.h: marshal.list
|
||||||
glib-genmarshal --prefix=sexy_marshal ./marshal.list --header > sexy-marshal.h
|
glib-genmarshal --prefix=sexy_marshal ./marshal.list --header > sexy-marshal.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue