Skip to content

Commit

Permalink
makefile: add glew pkg to OF makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Oct 20, 2012
1 parent 6e2a7e9 commit 09f01de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/openFrameworksCompiled/project/linux/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CFLAGS += $(CORE_INCLUDE_FLAGS)


ifneq ($(ARCH),android)
CFLAGS += $(shell pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --cflags)
CFLAGS += $(shell pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev glew --cflags)
#check if gtk exists and add it
GTK = $(shell pkg-config gtk+-2.0 --exists; echo $$?)
ifeq ($(GTK),0)
Expand Down
2 changes: 1 addition & 1 deletion libs/openFrameworksCompiled/project/linux64/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CFLAGS += $(CORE_INCLUDE_FLAGS)


ifneq ($(ARCH),android)
CFLAGS += $(shell pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --cflags)
CFLAGS += $(shell pkg-config gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev glew --cflags)
#check if gtk exists and add it
GTK = $(shell pkg-config gtk+-2.0 --exists; echo $$?)
ifeq ($(GTK),0)
Expand Down

0 comments on commit 09f01de

Please sign in to comment.