mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-02 01:02:18 +00:00
`xorg-server` and `xorg-server-xvfb` packages were built from the same source with same patches so they were united into package and its subpackage to reduce maintenance cost. `tigervnc` is being revbumped every time `xvfb` version or patches are changed so it is being revbumped now as well.
11 lines
427 B
Bash
11 lines
427 B
Bash
TERMUX_SUBPKG_DESCRIPTION="X virtual framebuffer"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_DEPENDS="libandroid-shmem, libdrm, libpixman, libx11, libxau, libxfont2, libxinerama, libxkbfile, libxshmfence, opengl, openssl, xkeyboard-config, xorg-protocol-txt, xorg-xkbcomp"
|
|
TERMUX_SUBPPKG_CONFLICTS="xorg-xvfb"
|
|
TERMUX_SUBPPKG_REPLACES="xorg-xvfb"
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
bin/Xvfb
|
|
bin/xvfb-run
|
|
share/man/man1/Xvfb.1.gz
|
|
"
|