8189119: Devkit for Linux needs to include fontconfig-devel

Reviewed-by: ihse
This commit is contained in:
Erik Joelsson 2017-10-23 10:39:11 +02:00
parent 6d882e45a4
commit 37644f5c79
2 changed files with 3 additions and 2 deletions

View File

@ -998,7 +998,7 @@ var getJibProfilesProfiles = function (input, common, data) {
var getJibProfilesDependencies = function (input, common) {
var devkit_platform_revisions = {
linux_x64: "gcc4.9.2-OEL6.4+1.1",
linux_x64: "gcc4.9.2-OEL6.4+1.2",
macosx_x64: "Xcode6.3-MacOSX10.9+1.0",
solaris_x64: "SS12u4-Solaris11u1+1.0",
solaris_sparcv9: "SS12u4-Solaris11u1+1.0",

View File

@ -84,7 +84,8 @@ RPM_LIST := \
libXau libXau-devel \
libgcc \
zlib zlib-devel \
libffi libffi-devel
libffi libffi-devel \
fontconfig fontconfig-devel
ifeq ($(ARCH),x86_64)
RPM_DIR ?= $(RPM_DIR_x86_64)