Skip to content

Commit

Permalink
8189119: Devkit for Linux needs to include fontconfig-devel
Browse files Browse the repository at this point in the history
Reviewed-by: ihse
  • Loading branch information
erikj committed Oct 23, 2017
1 parent 373e208 commit bca2a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/conf/jib-profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion make/devkit/Tools.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bca2a31

Please sign in to comment.