mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
libgnomecups: fix build with >=glib-2.31
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
This commit is contained in:
committed by
Eric Bénard
parent
7213b5e1f1
commit
0d224e77e1
@@ -0,0 +1,42 @@
|
|||||||
|
Imported from gentoo:
|
||||||
|
|
||||||
|
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-print/libgnomecups/files/libgnomecups-0.2.3-glib.h.patch
|
||||||
|
|
||||||
|
From d84eee9450b3b6f6155074915efc61bedcc8d446 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
Date: Sun, 27 Nov 2011 21:36:41 +0100
|
||||||
|
Subject: [PATCH] Fix: Only glib.h can be included
|
||||||
|
|
||||||
|
---
|
||||||
|
libgnomecups/gnome-cups-i18n.c | 2 +-
|
||||||
|
libgnomecups/gnome-cups-init.h | 3 +--
|
||||||
|
2 files changed, 2 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/libgnomecups/gnome-cups-i18n.c b/libgnomecups/gnome-cups-i18n.c
|
||||||
|
index 8987c5c..127756d 100644
|
||||||
|
--- a/libgnomecups/gnome-cups-i18n.c
|
||||||
|
+++ b/libgnomecups/gnome-cups-i18n.c
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
#include <config.h>
|
||||||
|
-#include <glib/gmacros.h>
|
||||||
|
+#include <glib.h>
|
||||||
|
#include "gnome-cups-i18n.h"
|
||||||
|
|
||||||
|
#ifdef ENABLE_NLS
|
||||||
|
diff --git a/libgnomecups/gnome-cups-init.h b/libgnomecups/gnome-cups-init.h
|
||||||
|
index 22b682a..c4600fc 100644
|
||||||
|
--- a/libgnomecups/gnome-cups-init.h
|
||||||
|
+++ b/libgnomecups/gnome-cups-init.h
|
||||||
|
@@ -1,8 +1,7 @@
|
||||||
|
#ifndef GNOME_CUPS_INIT
|
||||||
|
#define GNOME_CUPS_INIT
|
||||||
|
|
||||||
|
-#include <glib/gtypes.h>
|
||||||
|
-#include <glib/gmacros.h>
|
||||||
|
+#include <glib.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
--
|
||||||
|
1.7.7
|
||||||
|
|
||||||
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||||||
|
|
||||||
DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui"
|
DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit gnome pkgconfig
|
inherit gnome pkgconfig
|
||||||
|
|
||||||
do_compile_append () {
|
do_compile_append () {
|
||||||
@@ -11,5 +13,7 @@ do_compile_append () {
|
|||||||
sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc
|
sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SRC_URI += "file://libgnomecups-0.2.3-glib.h.patch"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b"
|
SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b"
|
||||||
SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29"
|
SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29"
|
||||||
|
|||||||
Reference in New Issue
Block a user