diff options
| author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-10-24 01:49:51 +0200 |
|---|---|---|
| committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-10-26 02:00:00 +0200 |
| commit | 315cc4692c2f5c3defa86630d56ebe04d2b6b2a5 (patch) | |
| tree | 1be7e6bae11b831368189efd259e340a1325309f /configure.ac | |
| parent | 33a812a33d084a426eb662aa355b31d37c1babe8 (diff) | |
| download | graynard-315cc4692c2f5c3defa86630d56ebe04d2b6b2a5.tar.gz graynard-315cc4692c2f5c3defa86630d56ebe04d2b6b2a5.zip | |
Make the grid actually show real launchers
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 daa0fcd..9d27e3f 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ LT_INIT([disable-static]) PKG_PROG_PKG_CONFIG() -PKG_CHECK_MODULES([GTK], [wayland-client >= 1.0.2 gtk+-3.0 >= 3.7]) +PKG_CHECK_MODULES([GTK], [wayland-client >= 1.0.2 gtk+-3.0 >= 3.7 libgnome-menu-3.0]) WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol']) |
