[SCM] projectm/master: Remove requirement of GL and GLEW from projectM pkgconfig
ximion-guest at users.alioth.debian.org
ximion-guest at users.alioth.debian.org
Mon Aug 1 18:34:50 UTC 2011
The following commit has been merged in the master branch:
commit dfc51e870e55d7ef34920066a6693740a48cdd10
Author: Matthias Klumpp <matthias at nlinux.org>
Date: Mon Aug 1 20:34:39 2011 +0200
Remove requirement of GL and GLEW from projectM pkgconfig
diff --git a/debian/patches/17_lprojectm-linkinflibs.patch b/debian/patches/17_lprojectm-linkinflibs.patch
index 78bdc43..541a193 100644
--- a/debian/patches/17_lprojectm-linkinflibs.patch
+++ b/debian/patches/17_lprojectm-linkinflibs.patch
@@ -112,14 +112,12 @@
install(TARGETS projectM-qt DESTINATION lib${LIB_SUFFIX})
--- a/src/libprojectM/libprojectM.pc.in
+++ b/src/libprojectM/libprojectM.pc.in
-@@ -8,6 +8,6 @@
- Name: libprojectM
+@@ -9,5 +9,5 @@
Version: 2.0.0
Description: projectM - OpenGL Milkdrop
--Requires:
+ Requires:
-Libs: -L${libdir} -lprojectM
-Cflags: -I${includedir}
-+Requires: GL GLEW
+Libs: -L${libdir} -lprojectM
+Cflags: -I${includedir}
--- a/src/libprojectM/Renderer/CMakeLists.txt
--
projectm packaging
More information about the pkg-multimedia-commits
mailing list