Skip to content

Commit 33fc406

Browse files
committed
Enable more X11 libs as needed for juceaide
Signed-off-by: falkTX <[email protected]>
1 parent f663297 commit 33fc406

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

plugins-dep/configs/darkglass-anagram-debug_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ BR2_PACKAGE_BZIP2=y
3636
BR2_PACKAGE_GZIP=y
3737
BR2_PACKAGE_ZSTD=y
3838
BR2_PACKAGE_XORG7=y
39+
BR2_PACKAGE_XLIB_LIBXCURSOR=y
40+
BR2_PACKAGE_XLIB_LIBXINERAMA=y
41+
BR2_PACKAGE_XLIB_LIBXRANDR=y
3942
BR2_PACKAGE_DBUS=y
4043
BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS=""
4144
BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS=""

plugins-dep/configs/darkglass-anagram_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ BR2_PACKAGE_BZIP2=y
3636
BR2_PACKAGE_GZIP=y
3737
BR2_PACKAGE_ZSTD=y
3838
BR2_PACKAGE_XORG7=y
39+
BR2_PACKAGE_XLIB_LIBXCURSOR=y
40+
BR2_PACKAGE_XLIB_LIBXINERAMA=y
41+
BR2_PACKAGE_XLIB_LIBXRANDR=y
3942
BR2_PACKAGE_DBUS=y
4043
BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS=""
4144
BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS=""

0 commit comments

Comments
 (0)