mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
xf86-video-fbturbo: switch to usr/share/X11/xorg.conf.d.
This commit is contained in:
parent
bbc1e900f1
commit
6e6047607b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xf86-video-fbturbo'.
|
# Template build file for 'xf86-video-fbturbo'.
|
||||||
pkgname=xf86-video-fbturbo
|
pkgname=xf86-video-fbturbo
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=11
|
revision=12
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Xorg DDX driver for ARM devices (RaspberryPi/Allwinner)"
|
short_desc="Xorg DDX driver for ARM devices (RaspberryPi/Allwinner)"
|
||||||
homepage="http://github.com/ssvb/xf86-video-fbturbo"
|
homepage="http://github.com/ssvb/xf86-video-fbturbo"
|
||||||
|
@ -16,5 +16,5 @@ makedepends="libXrandr-devel xorg-server-devel"
|
||||||
depends="virtual?xserver-abi-video-19_1"
|
depends="virtual?xserver-abi-video-19_1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall xorg.conf 644 etc/X11/xorg.conf.d 99-fbturbo.conf
|
vinstall xorg.conf 644 usr/share/X11/xorg.conf.d 99-fbturbo.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue