summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-10-09 19:50:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-10-09 19:50:38 +0100
commitdaa0c1ab17207f56bd662df9e046eb1cc1617bc7 (patch)
tree9ac9ed5e64981441d436288a75acb7002ca4dc87
parent12be380a9c38b275064742aec8e8b4c4eaff153d (diff)
Makefile: fix detection of cogl
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 396bbca..5d5e596 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ else
DEFINES+=-DHAVE_GLX=0
endif
-COGL:=$(shell pkg-config --exists cairo-gl && echo 1 || echo 0)
+COGL:=$(shell pkg-config --exists cairo-cogl && echo 1 || echo 0)
ifneq ($(COGL),0)
DEFINES+=-DHAVE_COGL=1
SOURCES+=cogl.c