mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
Adding libx11 as a dependency for guake
This commit is contained in:
parent
b716ecf750
commit
6ce746d093
1
configure.ac
Executable file → Normal file
1
configure.ac
Executable file → Normal 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
1
src/globalhotkeys/eggaccelerators.h
Executable file → Normal 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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user