mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
GN reports this variable cannot be changed via an argument. No PORTREVISION bump, this change has no visible effects.
13 lines
428 B
Text
13 lines
428 B
Text
include(linux.pri)
|
|
|
|
gn_args += enable_basic_printing=true \
|
|
enable_print_preview=true \
|
|
use_dbus=true \
|
|
use_udev=false
|
|
|
|
# Once the port works better, we can think about readding the diverse `use_system_<foo>`
|
|
# for bundled libraries.
|
|
# For now, only add very few system libraries.
|
|
gn_args += use_system_yasm=true \
|
|
use_system_libusb=true \
|
|
use_system_libcxx=true
|