Commit f4b54ed1 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

sdl: fix SDL_AUTORECONF typo in comment

parent 8bb56144
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ SDL_LICENSE_FILES = COPYING
SDL_INSTALL_STAGING = YES

# we're patching configure.in, but package cannot autoreconf with our version of
# autotools, so we have to do it manually instead of setting SD_AUTORECONF = YES
# autotools, so we have to do it manually instead of setting SDL_AUTORECONF = YES
define SDL_RUN_AUTOGEN
	cd $(@D) && PATH=$(HOST_PATH) ./autogen.sh
endef