2007-12-30 17:41:49 +01:00
|
|
|
dnl ---- configure.ac for gb.desktop
|
|
|
|
|
|
|
|
AC_INIT(configure.ac)
|
2009-08-17 00:07:48 +02:00
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
2007-12-30 17:41:49 +01:00
|
|
|
GB_INIT(gb.desktop)
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
|
|
|
|
GB_CHECK_XWINDOW
|
|
|
|
|
2008-03-21 03:05:59 +01:00
|
|
|
AC_CHECK_LIB(Xtst, XTestQueryExtension, [X_LIBS="$X_LIBS -lXtst"], [touch DISABLED], [$X_LIBS])
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
GB_COMPONENT(
|
2012-05-18 03:19:15 +02:00
|
|
|
desktop, DESKTOP, gb.desktop, [src],
|
2007-12-30 17:41:49 +01:00
|
|
|
[],
|
|
|
|
[],
|
|
|
|
[$C_LIB $THREAD_LIB $X_LIBS],
|
|
|
|
[$THREAD_INC ])
|
|
|
|
|
2008-05-13 14:52:06 +02:00
|
|
|
GB_COMPONENT_PKG_CONFIG(
|
2012-05-18 03:19:15 +02:00
|
|
|
gnome, GNOME, gb.desktop.gnome, [gnome],
|
2008-05-13 14:52:06 +02:00
|
|
|
gnome-keyring-1)
|
|
|
|
|
|
|
|
AC_OUTPUT( \
|
|
|
|
Makefile \
|
|
|
|
src/Makefile \
|
|
|
|
src/gnome/Makefile \
|
|
|
|
)
|
2010-07-14 03:50:18 +02:00
|
|
|
|
|
|
|
GB_PRINT_MESSAGES
|