From 88b6f0a3cf98301f07f6e67bdcb50287ad4fade6 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 12 Sep 2008 01:13:50 +0200 Subject: [PATCH] [218/906] The CMake build now works on my Kubuntu-KDE4.1.1 --- gst-libs/gst/gl/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/CMakeLists.txt b/gst-libs/gst/gl/CMakeLists.txt index 6b34e47af5..bd7120e304 100644 --- a/gst-libs/gst/gl/CMakeLists.txt +++ b/gst-libs/gst/gl/CMakeLists.txt @@ -1,3 +1,4 @@ +#FIXME: generate config.h add_definitions(-DHAVE_CONFIG_H) include_directories(AFTER @@ -14,7 +15,7 @@ add_library (gstgl STATIC gstglbuffer.c gstglfilter.c gstglshader.c) - + target_link_libraries(gstgl general gstfreeglut general ${GLEW_LIBRARY}