]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fix x server dependency in xorg driver files.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 27 Aug 2010 16:07:46 +0000 (18:07 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 27 Aug 2010 16:07:46 +0000 (18:07 +0200)
pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm
pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm
pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm
pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm

index 49393991f7085b108152f568523f2b656d4b8860..2a63386f89212b7616fbcc068ec35c35d47f201a 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.x.org/
 PKG_LICENSE    = MIT
 PKG_SUMMARY    = Xorg X11 evdev input driver.
 
-PKG_DEPS      += libxbkfile xkeyboard-config xorg-server
+PKG_DEPS      += libxbkfile xkeyboard-config xorg-x11-server
 
 define PKG_DESCRIPTION
        X.Org X11 evdev input driver.
index 51353b1abeaf19552095324d776fe2722d24cb71..86aa44bcce8c8b889a7a10c07d3507086e3a6e2d 100644 (file)
@@ -35,7 +35,7 @@ PKG_LICENSE    = MIT
 PKG_SUMMARY    = Xorg X11 keyboard input driver.
 
 PKG_BUILD_DEPS += libpciaccess libX11 pkg-config xorg-x11-util-macros
-PKG_DEPS+= xorg-server
+PKG_DEPS       += xorg-x11-server
 
 define PKG_DESCRIPTION
        X.Org X11 keyboard input driver.
index 0d83825e9e53d93d6f117044be0c4e83cceaf1d7..f8227fff9435dc3f98e4db138eb13a5493dd3ed2 100644 (file)
@@ -35,7 +35,7 @@ PKG_LICENSE    = MIT
 PKG_SUMMARY    = Xorg X11 mouse input driver.
 
 PKG_BUILD_DEPS += libpciaccess libX11 pkg-config xorg-x11-util-macros
-PKG_DEPS+= xorg-server
+PKG_DEPS       += xorg-x11-server
 
 define PKG_DESCRIPTION
        X.Org X11 mouse input driver.
index ece63c2d10639a89da698c9dfe53cbc7e2d9eac8..2fa40365c94bd7249a8a2459c450a5bf84ebc425 100644 (file)
@@ -35,7 +35,7 @@ PKG_LICENSE    = MIT
 PKG_SUMMARY    = Xorg X11 vesa video driver.
 
 PKG_BUILD_DEPS += libpciaccess libX11 pkg-config xorg-x11-util-macros
-PKG_DEPS+= xorg-server
+PKG_DEPS       += xorg-x11-server
 
 define PKG_DESCRIPTION
        X.Org X11 vesa video driver.