aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcalctool/gcalctool_5.27.5.bb
blob: e0b3d72f4a1aec8b04d2147f7adb2cd4256de850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "gtk+"
DESCRIPTION = "gcalctool is a powerful calculator"
PR = "r0"

SRC_URI = "file://makefile-fix.diff;patch=1"

inherit gnome

do_configure_prepend() {
	sed -i 's:-I$(includedir)::g' src/Makefile.am
}