]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
Xvfb: require required keyboard packages
authorElan Ruusamäe <glen@delfi.ee>
Sat, 12 Apr 2014 16:13:30 +0000 (19:13 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 12 Apr 2014 16:16:35 +0000 (19:16 +0300)
xorg-xserver-server.spec

index 6fc93ac35a89f1aba007013206c244e206275232..df6f07c3cc7a330a2434658348520fcc0ca7b277 100644 (file)
@@ -1,4 +1,6 @@
-# TODO: consider XSELINUX
+# TODO
+# - consider XSELINUX
+# - Xvfb initscript runs Xvfb as root! add user there!
 #
 # Conditional build:
 %bcond_with    dbus            # D-BUS support for configuration (if no udev)
@@ -18,7 +20,7 @@
 %define        xorg_xserver_server_font_abi            0.6
 %define        xorg_xserver_server_videodrv_abi        15.0
 %define        xorg_xserver_server_xinput_abi          20.0
-#
+
 %define        pixman_ver      0.30.0
 
 Summary:       X.org server
@@ -286,6 +288,8 @@ Requires:   mktemp
 Requires:      pixman >= %{pixman_ver}
 Requires:      util-linux
 Requires:      which
+Requires:      xkeyboard-config
+Requires:      xorg-app-xkbcomp
 Requires:      xorg-app-xauth
 # requires fixed and cursor fonts
 Requires:      xorg-font-font-alias
This page took 0.267115 seconds and 4 git commands to generate.