wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build.

This commit is contained in:
Doug Torrance 2014-11-22 20:48:38 -06:00 committed by Carlos R. Mafra
parent eef9ca3907
commit 3a4d0d4147

View file

@ -1,6 +1,6 @@
CC ?= gcc
PREFIX = /usr/local
INCLUDES = `pkg-config --cflags gtk+-2.0` -I. -Ifoodock
INCLUDES = `pkg-config --cflags gtk+-2.0 x11` -I. -Ifoodock
# for normal use
CFLAGS += -Wall -ansi -pedantic $(INCLUDES)
@ -12,7 +12,7 @@ DEBUG =
#CFLAGS += -Wall -g -ansi $(INCLUDES) -DFNCALL_DEBUG
#DEBUG = debug.o
LIBS = `pkg-config --libs gtk+-2.0`
LIBS = `pkg-config --libs gtk+-2.0 x11`
OBJECTS = wmcliphist.o clipboard.o gui.o rcconfig.o history.o hotkeys.o utils.o $(DEBUG)
TARGET = wmcliphist