mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
feh: enable xinerama
This commit is contained in:
parent
589e6a4ad8
commit
d96df5c7a6
@ -15,6 +15,7 @@ dependencies = [
|
||||
"libxcb",
|
||||
"libx11",
|
||||
"libxext",
|
||||
"libxinerama",
|
||||
"libxt",
|
||||
"x11proto",
|
||||
"zlib",
|
||||
@ -25,6 +26,6 @@ DYNAMIC_INIT
|
||||
rsync -a --delete "${COOKBOOK_SOURCE}/" ./
|
||||
export LDLIBS="$("${PKG_CONFIG}" --libs freetype2 imlib2 libpng x11)"
|
||||
export PREFIX="/usr"
|
||||
"${COOKBOOK_MAKE}" curl=0 verscmp=0 xinerama=0
|
||||
"${COOKBOOK_MAKE}" curl=0 verscmp=0
|
||||
install -Dm0755 src/feh "${COOKBOOK_STAGE}/usr/bin/feh"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user