diff options
Diffstat (limited to 'recipes/gpe-appmgr/gpe-appmgr_2.8.bb')
-rw-r--r-- | recipes/gpe-appmgr/gpe-appmgr_2.8.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpe-appmgr/gpe-appmgr_2.8.bb b/recipes/gpe-appmgr/gpe-appmgr_2.8.bb new file mode 100644 index 0000000000..e638bc9912 --- /dev/null +++ b/recipes/gpe-appmgr/gpe-appmgr_2.8.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "GPE application launcher" +DEPENDS = "libgpewidget libgpelaunch cairo libxsettings-client" +SECTION = "gpe" +LICENSE = "GPL" +PR = "r1" + +inherit gpe + +SRC_URI += " file://no-render-h.patch;patch=1 file://cairo-fixes.patch;patch=1" |