[Pkg-wmaker-commits] [wmcliphist] 06/49: wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:51:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcliphist.

commit 6b7ed5ca5710a8b06d6ba57b939e1745bbbfd95a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Nov 22 20:48:38 2014 -0600

    wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index be3449d..c8ba5a9 100644
--- a/Makefile
+++ b/Makefile
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcliphist.git



More information about the Pkg-wmaker-commits mailing list