Changeset 466a905
- Timestamp:
- 05/19/2020 03:27:08 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a585748
- Parents:
- b5669fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/x7lib.xml
rb5669fc r466a905 284 284 tar -xf $package 285 285 pushd $packagedir 286 docdir="--docdir=$XORG_PREFIX/share/doc/$packagedir" 286 287 case $packagedir in 287 288 libICE* ) 288 ./configure $XORG_CONFIG ICE_LIBS=-lpthread289 ./configure $XORG_CONFIG $docdir ICE_LIBS=-lpthread 289 290 ;; 290 291 291 292 libXfont2-[0-9]* ) 292 ./configure $XORG_CONFIG --disable-devel-docs293 ./configure $XORG_CONFIG $docdir --disable-devel-docs 293 294 ;; 294 295 295 296 libXt-[0-9]* ) 296 ./configure $XORG_CONFIG \297 ./configure $XORG_CONFIG $docdir \ 297 298 --with-appdefaultdir=/etc/X11/app-defaults 298 299 ;; 299 300 300 301 * ) 301 ./configure $XORG_CONFIG 302 ./configure $XORG_CONFIG $docdir 302 303 ;; 303 304 esac
Note:
See TracChangeset
for help on using the changeset viewer.