mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/harfbuzz: fix build with cairo
harfbuzz needs svg support on cairo Fixes: - http://autobuild.buildroot.org/results/f6c0b85fa476e0f52cc06f0133d2e4f9920f7556 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d45784e889
commit
ced273e4f1
@@ -30,7 +30,7 @@ ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
HARFBUZZ_CONF_ENV = LDFLAGS="$(TARGET_LDFLAGS) -pthread"
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CAIRO),y)
|
||||
ifeq ($(BR2_PACKAGE_CAIRO_SVG),y)
|
||||
HARFBUZZ_DEPENDENCIES += cairo
|
||||
HARFBUZZ_CONF_OPTS += --with-cairo=yes
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user