- fix the cogl pkg-config file, so gnome-games can use it
This commit is contained in:
parent
044d3b805e
commit
b9f1fc9959
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/04/07 07:44:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/07 11:38:42 jasper Exp $
|
||||
|
||||
COMMENT= OpenGL-based interactive canvas library
|
||||
|
||||
DISTNAME= clutter-${MAJOR}.6
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
SHARED_LIBS += clutter-glx-1.0 0.0 # .0.6
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter/1.0/}
|
||||
|
20
graphics/clutter/core/patches/patch-clutter_cogl_cogl_pc_in
Normal file
20
graphics/clutter/core/patches/patch-clutter_cogl_cogl_pc_in
Normal file
@ -0,0 +1,20 @@
|
||||
$OpenBSD: patch-clutter_cogl_cogl_pc_in,v 1.1 2011/04/07 11:38:42 jasper Exp $
|
||||
|
||||
pkg-config can't deal with a list of requirements as a variable
|
||||
|
||||
--- clutter/cogl/cogl.pc.in.orig Thu Apr 7 13:34:45 2011
|
||||
+++ clutter/cogl/cogl.pc.in Thu Apr 7 13:34:56 2011
|
||||
@@ -3,7 +3,6 @@ exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
apiversion=@CLUTTER_API_VERSION@
|
||||
-requires=@CLUTTER_REQUIRES@
|
||||
backend=@clutterbackend@
|
||||
cogl=@CLUTTER_COGL@
|
||||
|
||||
@@ -12,4 +11,4 @@ Description: Clutter GL abstraction library (${cogl} b
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
|
||||
Cflags: -I${includedir}/clutter-${apiversion}
|
||||
-Requires: ${requires}
|
||||
+Requires: @CLUTTER_REQUIRES@
|
Loading…
x
Reference in New Issue
Block a user