diff options
Diffstat (limited to 'recipes/gpe-sketchbook')
-rw-r--r-- | recipes/gpe-sketchbook/gpe-sketchbook_0.2.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gpe-sketchbook/gpe-sketchbook_0.2.9.bb b/recipes/gpe-sketchbook/gpe-sketchbook_0.2.9.bb index 488e32f55b..312df2a044 100644 --- a/recipes/gpe-sketchbook/gpe-sketchbook_0.2.9.bb +++ b/recipes/gpe-sketchbook/gpe-sketchbook_0.2.9.bb @@ -1,8 +1,11 @@ DEPENDS = "libgpewidget sqlite" +RDEPENDS = "gpe-icons" LICENSE = "GPL" DESCRIPTION = "A GPE notebook to sketch your notes" export CVSBUILD = "no" +PR = "r1" + inherit gpe pkgconfig CFLAGS +="-D_GNU_SOURCE" |