diff options
-rw-r--r-- | recipes/xserver-common/xserver-common_1.30.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.30.bb b/recipes/xserver-common/xserver-common_1.30.bb index 54a5018212..797b831f7f 100644 --- a/recipes/xserver-common/xserver-common_1.30.bb +++ b/recipes/xserver-common/xserver-common_1.30.bb @@ -2,7 +2,8 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r4" +RRECOMMENDS_${PN} = "xtscal" +PR = "r5" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" |