8210837: Add libXrandr-devel to the Linux devkits
Reviewed-by: prr, mikael
This commit is contained in:
parent
d302072f50
commit
b0882f0ee6
@ -799,7 +799,7 @@ var getJibProfilesProfiles = function (input, common, data) {
|
|||||||
var getJibProfilesDependencies = function (input, common) {
|
var getJibProfilesDependencies = function (input, common) {
|
||||||
|
|
||||||
var devkit_platform_revisions = {
|
var devkit_platform_revisions = {
|
||||||
linux_x64: "gcc7.3.0-OEL6.4+1.0",
|
linux_x64: "gcc7.3.0-OEL6.4+1.1",
|
||||||
macosx_x64: "Xcode9.4-MacOSX10.13+1.0",
|
macosx_x64: "Xcode9.4-MacOSX10.13+1.0",
|
||||||
solaris_x64: "SS12u4-Solaris11u1+1.0",
|
solaris_x64: "SS12u4-Solaris11u1+1.0",
|
||||||
solaris_sparcv9: "SS12u6-Solaris11u3+1.0",
|
solaris_sparcv9: "SS12u6-Solaris11u3+1.0",
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
# By default this Makefile will build a native toolchain for the current
|
# By default this Makefile will build a native toolchain for the current
|
||||||
# platform if called with something like this:
|
# platform if called with something like this:
|
||||||
#
|
#
|
||||||
# make tars
|
# make tars BASE_OS=OEL6
|
||||||
#
|
#
|
||||||
# To build the full set of crosstools for additional platforms, use a command
|
# To build the full set of crosstools for additional platforms, use a command
|
||||||
# line looking like this:
|
# line looking like this:
|
||||||
|
@ -110,6 +110,7 @@ RPM_LIST := \
|
|||||||
libXext libXext-devel \
|
libXext libXext-devel \
|
||||||
libXtst libXtst-devel \
|
libXtst libXtst-devel \
|
||||||
libXrender libXrender-devel \
|
libXrender libXrender-devel \
|
||||||
|
libXrandr libXrandr-devel \
|
||||||
freetype freetype-devel \
|
freetype freetype-devel \
|
||||||
libXt libXt-devel \
|
libXt libXt-devel \
|
||||||
libSM libSM-devel \
|
libSM libSM-devel \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user