mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: Fix --with-imagebackend configure switch
An overeager search and replace broke the image backend command line switch for the configure script.
This commit is contained in:
parent
1ce25ffbb2
commit
1be23c0cc9
@ -401,7 +401,7 @@ IMAGE_PC_FILES=""
|
||||
# quartz imageloader.
|
||||
AS_IF([test "x$COGL_WINSYS" = "xosx"], [COGL_IMAGE_BACKEND=quartz], [COGL_IMAGE_BACKEND=gdk-pixbuf])
|
||||
|
||||
AC_ARG_WITH([COGL_IMAGE_BACKEND],
|
||||
AC_ARG_WITH([imagebackend],
|
||||
[AC_HELP_STRING([--with-imagebackend=@<:@gdk-pixbuf/quartz/internal@:>@],
|
||||
[Select COGL image loading backend])],
|
||||
[COGL_IMAGE_BACKEND=$with_imagebackend])
|
||||
|
Loading…
Reference in New Issue
Block a user