diff options
Diffstat (limited to 'recipes/flnx/flnx_0.17.bb')
-rw-r--r-- | recipes/flnx/flnx_0.17.bb | 2 |
1 files changed, 1 insertions, 1 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." |