diff options
Diffstat (limited to 'recipes/angstrom/angstrom-x11vnc-xinit.bb')
-rw-r--r-- | recipes/angstrom/angstrom-x11vnc-xinit.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/angstrom/angstrom-x11vnc-xinit.bb b/recipes/angstrom/angstrom-x11vnc-xinit.bb index ee21d81e03..d4d9d432a6 100644 --- a/recipes/angstrom/angstrom-x11vnc-xinit.bb +++ b/recipes/angstrom/angstrom-x11vnc-xinit.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Script to start a passwordless vnc of the current X session" LICENSE = "MIT" -RDEPENDS = "x11vnc" +RDEPENDS_${PN} = "x11vnc" do_install() { install -d ${D}/${sysconfdir}/X11/Xinit.d |