diff options
Diffstat (limited to 'recipes/flnx')
-rw-r--r-- | recipes/flnx/flnx_0.17.bb | 2 | ||||
-rw-r--r-- | recipes/flnx/flnx_0.18.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/flnx/flnx_0.17.bb b/recipes/flnx/flnx_0.17.bb index d6ebd31966..54de2aba62 100644 --- a/recipes/flnx/flnx_0.17.bb +++ b/recipes/flnx/flnx_0.17.bb @@ -1,7 +1,7 @@ SECTION = "x11/libs" LICENSE = "LGPL" DEPENDS = "microwindows" -RDEPENDS = "microwindows" +RDEPENDS_${PN} = "microwindows" SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}.tar.gz" DESCRIPTION = "fltk library for microwindows." diff --git a/recipes/flnx/flnx_0.18.bb b/recipes/flnx/flnx_0.18.bb index 5172aa3306..b7cb512ed1 100644 --- a/recipes/flnx/flnx_0.18.bb +++ b/recipes/flnx/flnx_0.18.bb @@ -1,6 +1,6 @@ SECTION = "x11/libs" DEPENDS = "microwindows" -RDEPENDS = "microwindows" +RDEPENDS_${PN} = "microwindows" DESCRIPTION = "fltk library for microwindows." SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}.tar.gz \ file://gcc3.patch" |