mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-10 10:35:46 +01:00
Remove wmlib
was this ever used for anything? i checked a couple hundred dockapps, no joy; there's nothing in debian (afaict) that build-depends on it, so let's try doing away with it.
This commit is contained in:
committed by
Carlos R. Mafra
parent
83774951b7
commit
67a8a82670
17
configure.ac
17
configure.ac
@@ -636,12 +636,8 @@ if test "$xpm" = yes; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# for wmlib
|
||||
AC_SUBST(XCFLAGS)
|
||||
# for test
|
||||
AC_SUBST(XLFLAGS)
|
||||
AC_SUBST(XLIBS)
|
||||
|
||||
AC_SUBST(X_EXTRA_LIBS)
|
||||
|
||||
dnl ===============================================
|
||||
@@ -868,11 +864,11 @@ fi
|
||||
)
|
||||
|
||||
|
||||
AC_OUTPUT(Makefile po/Makefile util/Makefile util/po/Makefile test/Makefile \
|
||||
AC_OUTPUT(Makefile po/Makefile util/Makefile util/po/Makefile \
|
||||
WINGs/Makefile WINGs/WINGs/Makefile WINGs/Documentation/Makefile \
|
||||
WINGs/Examples/Makefile WINGs/Resources/Makefile WINGs/Tests/Makefile \
|
||||
WINGs/Extras/Makefile WINGs/po/Makefile \
|
||||
wmlib/Makefile wrlib/Makefile wrlib/tests/Makefile \
|
||||
wrlib/Makefile wrlib/tests/Makefile \
|
||||
src/Makefile src/wconfig.h \
|
||||
doc/Makefile doc/sk/Makefile \
|
||||
WindowMaker/Makefile WindowMaker/Backgrounds/Makefile \
|
||||
@@ -1022,15 +1018,6 @@ done
|
||||
|
||||
EOF
|
||||
|
||||
cat <<EOF > wmlib/wmlib.pc
|
||||
Name: wmlib
|
||||
Description: FIXME: What do I write here?
|
||||
Version: $VERSION
|
||||
Requires: wrlib
|
||||
Libs: $lib_search_path -lWUtil $NETLIBS $INTLIBS
|
||||
Cflags: $inc_search_path
|
||||
EOF
|
||||
|
||||
sed 's/#lp#/[/g' get-wraster-flags | sed 's/#rp#/]/g' > wrlib/get-wraster-flags
|
||||
sed 's/#lp#/[/g' get-wings-flags | sed 's/#rp#/]/g' > WINGs/get-wings-flags
|
||||
sed 's/#lp#/[/g' get-wutil-flags | sed 's/#rp#/]/g' > WINGs/get-wutil-flags
|
||||
|
||||
Reference in New Issue
Block a user