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