aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2018-09-04 21:38:25 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-09-05 08:18:47 +0200
commitcf793a21bc603ad3aa007d7c672b3ff5038d918b (patch)
tree48b5e9b415417ac4b17eac1484afa7ea9cf9b0ee /Makefile
parent17fb5599849177a1732eeef60f9b36e2988e4166 (diff)
downloaddrminfo-cf793a21bc603ad3aa007d7c672b3ff5038d918b.tar.gz
build: drop unneeded dependency on cairo-gl
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Message-Id: <20180904203825.32141-1-eric@engestrom.ch>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7140ca1..e92df18 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ TARGETS := drminfo drmtest gtktest
drminfo : CFLAGS += $(shell pkg-config --cflags libdrm cairo pixman-1)
drminfo : LDLIBS += $(shell pkg-config --libs libdrm cairo pixman-1)
-drmtest : CFLAGS += $(shell pkg-config --cflags libdrm gbm epoxy cairo cairo-gl pixman-1)
-drmtest : LDLIBS += $(shell pkg-config --libs libdrm gbm epoxy cairo cairo-gl pixman-1)
+drmtest : CFLAGS += $(shell pkg-config --cflags libdrm gbm epoxy cairo pixman-1)
+drmtest : LDLIBS += $(shell pkg-config --libs libdrm gbm epoxy cairo pixman-1)
drmtest : LDLIBS += -ljpeg
gtktest : CFLAGS += $(shell pkg-config --cflags gtk+-3.0 cairo pixman-1)