mirror of
https://github.com/libsdl-org/SDL
synced 2024-11-20 16:06:10 -07:00
Revert "sdl2-config.in: Deprecate sdl2-config"
This reverts commit e0d904e90b
.
SDL 3 will have the recommended path forward, we don't need to nag in SDL 2.
This commit is contained in:
parent
769ae185d6
commit
9209942949
1 changed files with 0 additions and 5 deletions
|
@ -19,11 +19,6 @@ if test $# -eq 0; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "sdl2-config: This script is deprecated" >&2
|
||||
echo "sdl2-config: In Autotools builds, use PKG_CHECK_MODULES([SDL], [sdl2 >= 2.x.y])" >&2
|
||||
echo "sdl2-config: In CMake builds, use find_package(SDL2 CONFIG)" >&2
|
||||
echo "sdl2-config: In other build systems, look for 'sdl2' with pkg-config(1) or pkgconf(1)" >&2
|
||||
|
||||
while test $# -gt 0; do
|
||||
case "$1" in
|
||||
-*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
||||
|
|
Loading…
Reference in a new issue