Adding libx11 as a dependency for guake

This commit is contained in:
Lincoln de Sousa 2008-04-21 21:48:04 -03:00
parent b716ecf750
commit 6ce746d093
2 changed files with 2 additions and 0 deletions

1
configure.ac Executable file → Normal file
View File

@ -44,6 +44,7 @@ dnl gtk dependencie
GTK_REQUIRED=2.10.0
PKG_CHECK_MODULES([DEPENDENCIES], [
gtk+-2.0 >= $GTK_REQUIRED
x11
])
AC_SUBST([DEPENDENCIES_CFLAGS])
AC_SUBST([DEPENDENCIES_LIBS])

1
src/globalhotkeys/eggaccelerators.h Executable file → Normal file
View File

@ -21,6 +21,7 @@
#ifndef __EGG_ACCELERATORS_H__
#define __EGG_ACCELERATORS_H__
#include <X11/Xlib.h>
#include <gtk/gtkaccelgroup.h>
#include <gdk/gdk.h>