diff options
Diffstat (limited to 'recipes/gcalctool')
-rw-r--r-- | recipes/gcalctool/gcalctool_5.27.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gcalctool/gcalctool_5.27.5.bb b/recipes/gcalctool/gcalctool_5.27.5.bb new file mode 100644 index 0000000000..e0b3d72f4a --- /dev/null +++ b/recipes/gcalctool/gcalctool_5.27.5.bb @@ -0,0 +1,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 +} + |