diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-03 10:44:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-03 10:44:39 +0000 |
commit | fcc8b4aabe5c8e0d0624d283e5bab5a8af0854ad (patch) | |
tree | 731f2f45d2a2f943a644636f518772e4bc9cfd1a /packages | |
parent | 3798ea72cf90aff1caea5db9f4af1f0e1fe93c55 (diff) |
xserver-kdrive git: fix PV
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xorg-xserver/xserver-kdrive_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/xorg-xserver/xserver-kdrive_git.bb b/packages/xorg-xserver/xserver-kdrive_git.bb index e667e36f2c..0bcb06a6b1 100644 --- a/packages/xorg-xserver/xserver-kdrive_git.bb +++ b/packages/xorg-xserver/xserver-kdrive_git.bb @@ -1,4 +1,4 @@ -PV = "0.0+git" +PV = "1.1.0+git" DEFAULT_PREFERENCE = "-2" LICENSE = "MIT" @@ -26,7 +26,7 @@ SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git \ file://fbdev-not-fix.patch;patch=1 \ file://enable-builtin-fonts.patch;patch=1 \ file://optional-xkb.patch;patch=1 \ - file://disable-xf86-dga-xorgcfg.patch;patch=1 \ +# file://disable-xf86-dga-xorgcfg.patch;patch=1 \ file://enable-tslib.patch;patch=1" SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" |