Changeset ebb31dbf


Ignore:
Timestamp:
04/30/2022 09:17:39 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
381dce2
Parents:
9ad4c65
Message:

x7lib: remove unneeded case for libICE

Now libpthread.a is a dummy lib, so -lpthread is definitely unneeded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    r9ad4c65 rebb31dbf  
    286286  docdir="--docdir=$XORG_PREFIX/share/doc/$packagedir"
    287287  case $packagedir in
    288     libICE* )
    289       ./configure $XORG_CONFIG $docdir ICE_LIBS=-lpthread
    290     ;;
    291 
    292288    libXfont2-[0-9]* )
    293289      ./configure $XORG_CONFIG $docdir --disable-devel-docs
Note: See TracChangeset for help on using the changeset viewer.