ports: Add libX{composite,cursor,damage,inerama} ports
This commit is contained in:
11
ports/libXinerama/build.sh
Executable file
11
ports/libXinerama/build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='libXinerama'
|
||||
VERSION='1.1.6'
|
||||
DOWNLOAD_URL="https://www.x.org/releases/individual/lib/libXinerama-$VERSION.tar.xz#d00fc1599c303dc5cbc122b8068bdc7405d6fcb19060f4597fc51bd3a8be51d7"
|
||||
CONFIG_SUB=('config.sub')
|
||||
DEPENDENCIES=('libX11' 'libXext')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--enable-shared=yes'
|
||||
'--enable-static=no'
|
||||
)
|
||||
Reference in New Issue
Block a user