Remove glesv2 pkg-config config. We should pick this up
authorJørgen Lind <jorgen.lind@nokia.com>
Wed, 6 Apr 2011 10:55:29 +0000 (12:55 +0200)
committerJørgen Lind <jorgen.lind@nokia.com>
Wed, 6 Apr 2011 10:56:16 +0000 (12:56 +0200)
with QtOpenGL

src/qt-compositor/qt-compositor.pri

index 6100bbd..048a458 100644 (file)
@@ -20,12 +20,6 @@ wayland_gl {
     system(echo "Qt-Compositor configured with openGL")
     QT += opengl
     DEFINES += QT_COMPOSITOR_WAYLAND_GL
-    use_pkgconfig {
-        QMAKE_CXXFLAGS += $$system(pkg-config --cflags glesv2)
-        #for some reason this is not included in the cflags line
-        INCLUDEPATH += $$system(pkg-config --variable=includedir glesv2)
-        LIBS += $$system(pkg-config --libs glesv2)
-    }
 } else {
     system(echo "Qt-Compositor configured as raster only compositor")
 }