xorg-glamor-egl: cleanup

This commit is contained in:
Fredrik Rinnestam 2013-10-03 17:22:15 +02:00
parent 522fe06f1f
commit 7af1385185
3 changed files with 0 additions and 39 deletions

View File

@ -1,20 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/xorg/
-rw-r--r-- root/root usr/include/xorg/glamor.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libglamor.la
lrwxrwxrwx root/root usr/lib/libglamor.so -> libglamor.so.0.0.0
lrwxrwxrwx root/root usr/lib/libglamor.so.0 -> libglamor.so.0.0.0
-rwxr-xr-x root/root usr/lib/libglamor.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/glamor-egl.pc
-rw-r--r-- root/root usr/lib/pkgconfig/glamor.pc
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.la
-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.so
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/
-rw-r--r-- root/root usr/share/X11/xorg.conf.d/glamor.conf

View File

@ -1,19 +0,0 @@
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=xorg-glamor-egl
version=git
release=1
source=()
build() {
git clone git://anongit.freedesktop.org/git/xorg/driver/glamor
cd $name
./autogen.sh
./configure --prefix=/usr --disable-selective-werror --enable-glx-tls
make
make DESTDIR=$PKG install
}