gcalctool: do not use includedir as this break on cross builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1453 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-04-07 17:46:42 +00:00
parent 3121b796cc
commit f5562d4528
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,12 @@
Index: gcalctool-5.7.32/gcalctool/Makefile.am
===================================================================
--- gcalctool-5.7.32.orig/gcalctool/Makefile.am 2007-04-07 19:44:00.000000000 +0200
+++ gcalctool-5.7.32/gcalctool/Makefile.am 2007-04-07 19:44:15.000000000 +0200
@@ -1,7 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
- -I$(includedir) \
-DG_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \

View File

@ -2,10 +2,11 @@ LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "gtk+"
DESCRIPTION = "gcalctool is a powerful calculator"
PR = "r1"
PR = "r2"
SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \
file://makefile-fix.diff;patch=1"
file://makefile-fix.diff;patch=1\
file://fix-includedir.patch;patch=1"
inherit autotools pkgconfig