|
|
|
@ -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)" |
|
|
|
|