diff options
author | Colin Walters <walters@verbum.org> | 2010-03-13 18:10:25 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-03-14 15:13:26 -0400 |
commit | 55feb804f012436dca6ac68fdbdd859484de99e5 (patch) | |
tree | 825c5773fd7f430e10778d66088b6d2fbce7ae28 /configure.in | |
parent | ab650a1bef7cb15926e0eb5de9cfa2e557eac7bd (diff) | |
download | gtk+-55feb804f012436dca6ac68fdbdd859484de99e5.tar.gz |
[startup notification] Set APPLICATION_ID
http://lists.freedesktop.org/archives/xdg/2010-February/011321.html
In addition to ICON, BINARY_NAME etc., it's very helpful if launcher
programs include the name of the .desktop file they're launching.
This is APPLICATION_ID.
https://bugzilla.gnome.org/show_bug.cgi?id=611118
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 69d9ac6bcc..81a402f114 100644 --- a/configure.in +++ b/configure.in @@ -1719,7 +1719,8 @@ fi CFLAGS="$saved_cflags" LDFLAGS="$saved_ldflags" -GDK_PACKAGES="$PANGO_PACKAGES gio-2.0 $X_PACKAGES cairo-$cairo_backend" +# Pull in gio-unix for GDesktopAppInfo usage, see at least gdkapplaunchcontext-x11.c +GDK_PACKAGES="$PANGO_PACKAGES gio-unix-2.0 $X_PACKAGES cairo-$cairo_backend" GDK_DEP_LIBS="$GDK_EXTRA_LIBS `$PKG_CONFIG --libs $GDK_PIXBUF_PACKAGES $GDK_PACKAGES` $GDK_PIXBUF_EXTRA_LIBS" GDK_DEP_CFLAGS="`$PKG_CONFIG --cflags gthread-2.0 $GDK_PIXBUF_PACKAGES $GDK_PACKAGES` $GDK_PIXBUF_EXTRA_CFLAGS $GDK_EXTRA_CFLAGS" # |