make_release_packages
changeset 98 c21b46ed1efd
parent 83 efbfcbab4a19
child 190 d5db89b94a20
--- a/make_release_packages	Wed Jan 17 16:52:53 2007 -0800
+++ b/make_release_packages	Wed Jan 31 16:30:33 2007 -0800
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the
@@ -27,7 +27,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 # 
-# @(#)make_release_packages	1.47 11/17/06 06/11/17
+# @(#)make_release_packages	1.50 07/01/04
 #
 #	Create and fill a package staging area for X
 #
@@ -86,18 +86,21 @@
 # export BUILD_XTSOL=yes and run this script to build
 #
 if [ x$BUILD_XTSOL = xyes ] ; then
-    TSOL_PACKAGE="SUNWxwts"
+    TSOL_PACKAGE="SUNWxwts SUNWxorg-tsol-module"
 fi
 
 # Packages with platform-specific prototype files, including those with
 # 64-bit libraries
 XW_PLT_PACKAGE="SUNWxwplt SUNWxwplr SUNWxwfnt SUNWxwrtl SUNWxwslb \
     SUNWxwmod SUNWxscreensaver-hacks-gl SUNWxwman \
+    SUNWxorg-server SUNWxorg-graphics-ddx SUNWxorg-doc SUNWxorg-cfg \
     SUNWxsun-server $TSOL_PACKAGE"
 
-# Some packages are only built for sparc currently
+# Some packages are only built for certain platforms currently
 if [ "$MACH" = "sparc" ]; then
 	XW_PLT_PACKAGE="$XW_PLT_PACKAGE SUNWxwpsr"
+else
+	XW_PACKAGE_LIST="$XW_PACKAGE_LIST SUNWxorg-mesa"
 fi
 
 EXTRA_PACKAGES=" "