Skip to content

Commit

Permalink
Add fontconfig to juce8 deps
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Nov 25, 2024
1 parent 34fed9e commit b40ca97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugins-dep/package/juce-8.0/Config.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
config BR2_PACKAGE_JUCE_8_0
bool "juce-8.0"
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_XLIB_LIBX11
4 changes: 2 additions & 2 deletions plugins-dep/package/juce-8.0/juce-8.0.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
JUCE_8_0_VERSION = 51d11a2be6d5c97ccf12b4e5e827006e19f0555a
JUCE_8_0_VERSION_PROJECT = JUCE-8.0.4
JUCE_8_0_SITE = $(call github,juce-framework,juce,$(JUCE_8_0_VERSION))
JUCE_8_0_DEPENDENCIES = host-juce-8.0 freetype xlib_libX11
JUCE_8_0_DEPENDENCIES = host-juce-8.0 fontconfig freetype xlib_libX11
JUCE_8_0_INSTALL_STAGING = YES
JUCE_8_0_TOOLCHAIN_FILE = $(STAGING_DIR)/usr/lib/cmake/$(JUCE_8_0_VERSION_PROJECT)/toolchainfile.cmake
HOST_JUCE_8_0_DEPENDENCIES = host-cmake host-freetype host-xlib_libX11
HOST_JUCE_8_0_DEPENDENCIES = host-cmake host-fontconfig host-freetype host-xlib_libX11

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

0 comments on commit b40ca97

Please sign in to comment.