Skip to content

Commit 2ed62ba

Browse files
Spark: changes to compile and run it again :) (#444)
1 parent 04c86df commit 2ed62ba

18 files changed

+6446
-1
lines changed

package/Config.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ comment "Graphic libraries"
342342
source "package/tk/Config.in"
343343

344344
comment "Other GUIs"
345+
source "package/spark/Config.in"
346+
source "package/pxcore-libnode/Config.in"
345347
source "package/qt5/Config.in"
346348
if BR2_PACKAGE_QT5
347349
comment "QT libraries and helper libraries"

package/pxcore-libnode/Config.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
config BR2_PACKAGE_PXCORE_LIBNODE
2+
bool "pxcore libnode"
3+
select BR2_PACKAGE_OPENSSL
4+
select BR2_PACKAGE_HOST_QEMU
5+
select BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
6+
select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE

0 commit comments

Comments
 (0)