Browse Source

x11vnc: enabled rawfb and enhanced to allow to build without X11

user/karasz/test/ecn
Alejandro Mery 15 years ago committed by Alejandro Mery
parent
commit
310d872c3d
  1. 6
      x11/x11vnc/x11vnc.conf

6
x11/x11vnc/x11vnc.conf

@ -15,7 +15,11 @@
pkgprefix -t libvncserver
var_append extraconfopt ' ' "--with-system-libvncserver=$(pkgprefix -r libvncserver)"
if atstage cross; then
var_append extraconfopt ' ' "--rawfb"
if ! pkginstalled xorg-server; then
var_append extraconfopt ' ' "--without-x"
elif atstage cross; then
pkgprefix -t libx11
var_append extraconfopt ' ' "--x-includes=$(pkgprefix -r includedir libx11)"
var_append extraconfopt ' ' "--x-libraries=$(pkgprefix -r libdir libx11)"

Loading…
Cancel
Save