8210837: Add libXrandr-devel to the Linux devkits
authorerikj
Wed, 31 Oct 2018 13:14:52 -0700
changeset 52357 e2478be9c682
parent 52356 19c4a3eec4d7
child 52359 e38473506688
child 52532 5b5e66c298c3
8210837: Add libXrandr-devel to the Linux devkits Reviewed-by: prr, mikael
make/conf/jib-profiles.js
make/devkit/Makefile
make/devkit/Tools.gmk
--- a/make/conf/jib-profiles.js	Wed Oct 31 14:38:14 2018 -0400
+++ b/make/conf/jib-profiles.js	Wed Oct 31 13:14:52 2018 -0700
@@ -799,7 +799,7 @@
 var getJibProfilesDependencies = function (input, common) {
 
     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",
         solaris_x64: "SS12u4-Solaris11u1+1.0",
         solaris_sparcv9: "SS12u6-Solaris11u3+1.0",
--- a/make/devkit/Makefile	Wed Oct 31 14:38:14 2018 -0400
+++ b/make/devkit/Makefile	Wed Oct 31 13:14:52 2018 -0700
@@ -36,7 +36,7 @@
 # By default this Makefile will build a native toolchain for the current
 # 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
 # line looking like this:
--- a/make/devkit/Tools.gmk	Wed Oct 31 14:38:14 2018 -0400
+++ b/make/devkit/Tools.gmk	Wed Oct 31 13:14:52 2018 -0700
@@ -110,6 +110,7 @@
     libXext libXext-devel \
     libXtst libXtst-devel \
     libXrender libXrender-devel \
+    libXrandr libXrandr-devel \
     freetype freetype-devel \
     libXt libXt-devel \
     libSM libSM-devel \