mesa: Fix version information in .pc files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25156 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fc39e6e9ea
commit
2ae78da2ca
@ -1,8 +1,8 @@
|
|||||||
diff --git a/src/glu/glu.pc.in b/src/glu/glu.pc.in
|
Index: Mesa-7.2/src/glu/glu.pc.in
|
||||||
index 8606b9b..4ed39f9 100644
|
===================================================================
|
||||||
--- a/src/glu/glu.pc.in
|
--- Mesa-7.2.orig/src/glu/glu.pc.in 2008-08-25 16:46:42.000000000 +0200
|
||||||
+++ b/src/glu/glu.pc.in
|
+++ Mesa-7.2/src/glu/glu.pc.in 2011-01-27 19:29:13.220654415 +0100
|
||||||
@@ -1,10 +1,10 @@
|
@@ -1,7 +1,7 @@
|
||||||
-prefix=@INSTALL_DIR@
|
-prefix=@INSTALL_DIR@
|
||||||
-exec_prefix=${prefix}
|
-exec_prefix=${prefix}
|
||||||
-libdir=@INSTALL_LIB_DIR@
|
-libdir=@INSTALL_LIB_DIR@
|
||||||
@ -14,15 +14,11 @@ index 8606b9b..4ed39f9 100644
|
|||||||
|
|
||||||
Name: glu
|
Name: glu
|
||||||
Description: Mesa OpenGL Utility library
|
Description: Mesa OpenGL Utility library
|
||||||
Requires: gl
|
Index: Mesa-7.2/src/glw/glw.pc.in
|
||||||
-Version: @VERSION@
|
===================================================================
|
||||||
+Version: @PACKAGE_VERSION@
|
--- Mesa-7.2.orig/src/glw/glw.pc.in 2008-08-25 16:46:42.000000000 +0200
|
||||||
Libs: -L${libdir} -lGLU
|
+++ Mesa-7.2/src/glw/glw.pc.in 2011-01-27 19:29:28.723225782 +0100
|
||||||
diff --git a/src/glw/glw.pc.in b/src/glw/glw.pc.in
|
@@ -1,7 +1,7 @@
|
||||||
index 25f3f73..2b9a343 100644
|
|
||||||
--- a/src/glw/glw.pc.in
|
|
||||||
+++ b/src/glw/glw.pc.in
|
|
||||||
@@ -1,10 +1,10 @@
|
|
||||||
-prefix=@INSTALL_DIR@
|
-prefix=@INSTALL_DIR@
|
||||||
-exec_prefix=${prefix}
|
-exec_prefix=${prefix}
|
||||||
-libdir=@INSTALL_LIB_DIR@
|
-libdir=@INSTALL_LIB_DIR@
|
||||||
@ -34,15 +30,11 @@ index 25f3f73..2b9a343 100644
|
|||||||
|
|
||||||
Name: glw
|
Name: glw
|
||||||
Description: Mesa OpenGL widget library
|
Description: Mesa OpenGL widget library
|
||||||
Requires: gl
|
Index: Mesa-7.2/src/mesa/drivers/dri/dri.pc.in
|
||||||
-Version: @VERSION@
|
===================================================================
|
||||||
+Version: @PACKAGE_VERSION@
|
--- Mesa-7.2.orig/src/mesa/drivers/dri/dri.pc.in 2008-08-25 16:46:43.000000000 +0200
|
||||||
Libs: -L${libdir} -lGLw
|
+++ Mesa-7.2/src/mesa/drivers/dri/dri.pc.in 2011-01-27 19:29:49.747288575 +0100
|
||||||
diff --git a/src/mesa/drivers/dri/dri.pc.in b/src/mesa/drivers/dri/dri.pc.in
|
@@ -1,8 +1,8 @@
|
||||||
index c47ee9c..3abb846 100644
|
|
||||||
--- a/src/mesa/drivers/dri/dri.pc.in
|
|
||||||
+++ b/src/mesa/drivers/dri/dri.pc.in
|
|
||||||
@@ -1,10 +1,10 @@
|
|
||||||
-prefix=@INSTALL_DIR@
|
-prefix=@INSTALL_DIR@
|
||||||
-exec_prefix=${prefix}
|
-exec_prefix=${prefix}
|
||||||
-libdir=@INSTALL_LIB_DIR@
|
-libdir=@INSTALL_LIB_DIR@
|
||||||
@ -56,14 +48,11 @@ index c47ee9c..3abb846 100644
|
|||||||
|
|
||||||
Name: dri
|
Name: dri
|
||||||
Description: Direct Rendering Infrastructure
|
Description: Direct Rendering Infrastructure
|
||||||
-Version: @VERSION@
|
Index: Mesa-7.2/src/mesa/gl.pc.in
|
||||||
+Version: @PACKAGE_VERSION@
|
===================================================================
|
||||||
Cflags: -I${includedir}
|
--- Mesa-7.2.orig/src/mesa/gl.pc.in 2008-08-25 16:46:44.000000000 +0200
|
||||||
diff --git a/src/mesa/gl.pc.in b/src/mesa/gl.pc.in
|
+++ Mesa-7.2/src/mesa/gl.pc.in 2011-01-27 19:30:13.700079977 +0100
|
||||||
index 1927880..716876b 100644
|
@@ -1,7 +1,7 @@
|
||||||
--- a/src/mesa/gl.pc.in
|
|
||||||
+++ b/src/mesa/gl.pc.in
|
|
||||||
@@ -1,10 +1,10 @@
|
|
||||||
-prefix=@INSTALL_DIR@
|
-prefix=@INSTALL_DIR@
|
||||||
-exec_prefix=${prefix}
|
-exec_prefix=${prefix}
|
||||||
-libdir=@INSTALL_LIB_DIR@
|
-libdir=@INSTALL_LIB_DIR@
|
||||||
@ -75,15 +64,11 @@ index 1927880..716876b 100644
|
|||||||
|
|
||||||
Name: gl
|
Name: gl
|
||||||
Description: Mesa OpenGL library
|
Description: Mesa OpenGL library
|
||||||
Requires:
|
Index: Mesa-7.2/configure
|
||||||
-Version: @VERSION@
|
===================================================================
|
||||||
+Version: @PACKAGE_VERSION@
|
--- Mesa-7.2.orig/configure 2008-09-13 22:45:59.000000000 +0200
|
||||||
Libs: -L${libdir} -lGL
|
+++ Mesa-7.2/configure 2011-01-27 19:27:08.622125839 +0100
|
||||||
diff --git a/configure b/configure
|
@@ -8858,7 +8858,7 @@
|
||||||
index 77bc39b..4767483 100755
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -8858,7 +8858,7 @@ fi
|
|
||||||
LDFLAGS="$_SAVE_LDFLAGS"
|
LDFLAGS="$_SAVE_LDFLAGS"
|
||||||
CPPFLAGS="$_SAVE_CPPFLAGS"
|
CPPFLAGS="$_SAVE_CPPFLAGS"
|
||||||
|
|
||||||
@ -92,7 +77,7 @@ index 77bc39b..4767483 100755
|
|||||||
|
|
||||||
|
|
||||||
ac_config_commands="$ac_config_commands configs"
|
ac_config_commands="$ac_config_commands configs"
|
||||||
@@ -9435,6 +9435,10 @@ cat >>$CONFIG_STATUS <<\_ACEOF
|
@@ -9435,6 +9435,10 @@
|
||||||
for ac_config_target in $ac_config_targets
|
for ac_config_target in $ac_config_targets
|
||||||
do
|
do
|
||||||
case $ac_config_target in
|
case $ac_config_target in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user