diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-06-15 12:27:57 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-06-15 12:27:57 +0200 |
commit | 20e4e5c51cfcea0014002d377aa63e651ac8695a (patch) | |
tree | 35fecc0f85dbddebf35557437777f0c7a2b388a1 /configure.ac | |
parent | Include mono icons by Joern Konopka. (diff) | |
download | redshift-ng-20e4e5c51cfcea0014002d377aa63e651ac8695a.tar.gz redshift-ng-20e4e5c51cfcea0014002d377aa63e651ac8695a.tar.bz2 redshift-ng-20e4e5c51cfcea0014002d377aa63e651ac8695a.tar.xz |
Fix build in Fedora.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a608e9a..16aabf8 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ PKG_CHECK_MODULES([XCB], [xcb], [have_xcb=yes], [have_xcb=no]) PKG_CHECK_MODULES([XCB_RANDR], [xcb-randr], [have_xcb_randr=yes], [have_xcb_randr=no]) -PKG_CHECK_MODULES([GLIB], [glib-2.0], [have_glib=yes], [have_glib=no]) +PKG_CHECK_MODULES([GLIB], [glib-2.0 gobject-2.0], [have_glib=yes], [have_glib=no]) PKG_CHECK_MODULES([GCONF], [gconf-2.0], [have_gconf=yes], [have_gconf=no]) AC_CHECK_HEADER([windows.h], [have_windows_h=yes], [have_windows_h=no]) |