Skip to content

Commit

Permalink
Adding libx11 as a dependency for guake
Browse files Browse the repository at this point in the history
  • Loading branch information
clarete committed Apr 22, 2008
1 parent b716ecf commit 6ce746d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
1 change: 1 addition & 0 deletions src/globalhotkeys/eggaccelerators.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#ifndef __EGG_ACCELERATORS_H__
#define __EGG_ACCELERATORS_H__

#include <X11/Xlib.h>
#include <gtk/gtkaccelgroup.h>
#include <gdk/gdk.h>

Expand Down

0 comments on commit 6ce746d

Please sign in to comment.