Skip to content

Commit b40ca97

Browse files
committed
Add fontconfig to juce8 deps
Signed-off-by: falkTX <[email protected]>
1 parent 34fed9e commit b40ca97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
config BR2_PACKAGE_JUCE_8_0
22
bool "juce-8.0"
3+
select BR2_PACKAGE_FONTCONFIG
34
select BR2_PACKAGE_FREETYPE
45
select BR2_PACKAGE_XLIB_LIBX11

plugins-dep/package/juce-8.0/juce-8.0.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
JUCE_8_0_VERSION = 51d11a2be6d5c97ccf12b4e5e827006e19f0555a
88
JUCE_8_0_VERSION_PROJECT = JUCE-8.0.4
99
JUCE_8_0_SITE = $(call github,juce-framework,juce,$(JUCE_8_0_VERSION))
10-
JUCE_8_0_DEPENDENCIES = host-juce-8.0 freetype xlib_libX11
10+
JUCE_8_0_DEPENDENCIES = host-juce-8.0 fontconfig freetype xlib_libX11
1111
JUCE_8_0_INSTALL_STAGING = YES
1212
JUCE_8_0_TOOLCHAIN_FILE = $(STAGING_DIR)/usr/lib/cmake/$(JUCE_8_0_VERSION_PROJECT)/toolchainfile.cmake
13-
HOST_JUCE_8_0_DEPENDENCIES = host-cmake host-freetype host-xlib_libX11
13+
HOST_JUCE_8_0_DEPENDENCIES = host-cmake host-fontconfig host-freetype host-xlib_libX11
1414

1515
# this custom configure follows the same rules as buildroot, with these exceptions:
1616
# - CMAKE_FIND_ROOT_PATH_MODE_PROGRAM="ONLY" (buildroot uses "NEVER")

0 commit comments

Comments
 (0)