diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 19:04:39 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 19:04:39 +0800 |
| commit | 477c7512146b6b752e9ece6e5ba6bda9ce60f447 (patch) | |
| tree | a5726c579749211b5ddf70c488e67418a8863533 | |
| parent | ab5ff65dc16e9f517d932be82a681aa399dd820c (diff) | |
| download | alicelinux-477c7512146b6b752e9ece6e5ba6bda9ce60f447.tar.gz alicelinux-477c7512146b6b752e9ece6e5ba6bda9ce60f447.zip | |
xorg-server: enabled glamor
| -rw-r--r-- | repos/xorg/xorg-server/.files | 5 | ||||
| -rw-r--r-- | repos/xorg/xorg-server/abuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/repos/xorg/xorg-server/.files b/repos/xorg/xorg-server/.files index bb02c539..844ecd8a 100644 --- a/repos/xorg/xorg-server/.files +++ b/repos/xorg/xorg-server/.files @@ -169,8 +169,6 @@ drwxr-xr-x root/root usr/include/xorg/ -rw-r--r-- root/root usr/include/xorg/xvdix.h -rw-r--r-- root/root usr/include/xorg/xvmcext.h drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/Xorg --r-sr-xr-x root/root usr/lib/Xorg.wrap drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xorg-server.pc drwxr-xr-x root/root usr/lib/xorg/ @@ -190,6 +188,9 @@ drwxr-xr-x root/root usr/lib/xorg/modules/input/ -rwxr-xr-x root/root usr/lib/xorg/modules/libvgahw.so -rwxr-xr-x root/root usr/lib/xorg/modules/libwfb.so -rw-r--r-- root/root usr/lib/xorg/protocol.txt +drwxr-xr-x root/root usr/libexec/ +-rwxr-xr-x root/root usr/libexec/Xorg +-r-sr-xr-x root/root usr/libexec/Xorg.wrap drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/X11/ drwxr-xr-x root/root usr/share/X11/xorg.conf.d/ diff --git a/repos/xorg/xorg-server/abuild b/repos/xorg/xorg-server/abuild index 1653f563..d008fbe0 100644 --- a/repos/xorg/xorg-server/abuild +++ b/repos/xorg/xorg-server/abuild @@ -1,12 +1,13 @@ name=xorg-server -version=21.1.11 -release=1 +version=21.1.13 +release=2 source="https://www.x.org/pub/individual/xserver/$name-$version.tar.xz" build_opt=" -Dsuid_wrapper=true \ -Dxkb_output_dir=/var/lib/xkb \ -Dxkb_dir=/usr/share/X11/xkb \ -Dxorg=true + -Dglamor=true " postbuild() { |