mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
metacity-clutter: Fix .pc file issue
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
Index: git/src/metacity-plugins.pc.in
|
||||||
|
===================================================================
|
||||||
|
--- git.orig/src/metacity-plugins.pc.in 2008-12-17 22:42:19.000000000 +0000
|
||||||
|
+++ git/src/metacity-plugins.pc.in 2008-12-17 22:42:25.000000000 +0000
|
||||||
|
@@ -14,4 +14,4 @@
|
||||||
|
Requires: @CLUTTER_PACKAGE@
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: @CLUTTER_LIBS@
|
||||||
|
-Cflags: @CLUTTER_CFLAGS@ -DWITH_CLUTTER -I${includedir}/metacity-1/metacity-private -DMETACITY_MAJOR_VERSION=${metacity_major_version} -DMETACITY_MINOR_VERSION=${metacity_minor_version} -DMETACITY_MICRO_VERSION=${metacity_micro_version} -DMETACITY_CLUTTER_PLUGIN_API_VERSION=${metacity_clutter_plugin_api_version} -DMUTTER_PLUGIN_DIR=\"${mutterplugindir}\"
|
||||||
|
+Cflags: -DWITH_CLUTTER -I${includedir}/metacity-1/metacity-private -DMETACITY_MAJOR_VERSION=${metacity_major_version} -DMETACITY_MINOR_VERSION=${metacity_minor_version} -DMETACITY_MICRO_VERSION=${metacity_micro_version} -DMETACITY_CLUTTER_PLUGIN_API_VERSION=${metacity_clutter_plugin_api_version} -DMUTTER_PLUGIN_DIR=\"${mutterplugindir}\"
|
||||||
@@ -2,11 +2,12 @@ SECTION = "x11/wm"
|
|||||||
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
|
DESCRIPTION = "Metacity is the boring window manager for the adult in you."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native"
|
DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
PV = "2.25.1+git${SRCREV}"
|
PV = "2.25.1+git${SRCREV}"
|
||||||
inherit gnome update-alternatives
|
inherit gnome update-alternatives
|
||||||
|
|
||||||
SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter"
|
SRC_URI = "git://git.o-hand.com/metacity-clutter.git;protocol=git;branch=clutter \
|
||||||
|
file://fix_pkgconfig.patch;patch=1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
ALTERNATIVE_NAME = "x-window-manager"
|
ALTERNATIVE_NAME = "x-window-manager"
|
||||||
|
|||||||
Reference in New Issue
Block a user