forked from AuroraMiddleware/gtk
32925cd579
We do this by adding -DGSEAL_ENABLE to the Cflags in the .pc files, so you can get out of it by adding -UGSEAL_ENABLE after the pkg-config generated flags.
13 lines
425 B
PkgConfig
13 lines
425 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
target=@gdktarget@
|
|
|
|
Name: GDK
|
|
Description: GTK+ Drawing Kit (${target} target)
|
|
Version: @VERSION@
|
|
Requires: gdk-pixbuf-@GTK_API_VERSION@ @GDK_PACKAGES@
|
|
Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
|
|
Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ -I${libdir}/gtk-@GTK_API_VERSION@/include @GDK_EXTRA_CFLAGS@ -DGSEAL_ENABLE
|