ports: Add libxshfence port
This commit is contained in:
11
ports/libxshmfence/build.sh
Executable file
11
ports/libxshmfence/build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='libxshmfence'
|
||||
VERSION='1.3.3'
|
||||
DOWNLOAD_URL="https://www.x.org/releases/individual/lib/libxshmfence-$VERSION.tar.xz#d4a4df096aba96fea02c029ee3a44e11a47eb7f7213c1a729be83e85ec3fde10"
|
||||
CONFIG_SUB=('config.sub')
|
||||
DEPENDENCIES=('xorgproto')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--enable-shared=yes'
|
||||
'--enable-static=no'
|
||||
)
|
||||
Reference in New Issue
Block a user