build: use GdkPixBuf by default
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
eb13ebcbf7
commit
7e104aef8c
|
@ -16,7 +16,7 @@ project(${PROJECT_AWE_NAME})
|
|||
set(CMAKE_BUILD_TYPE RELEASE)
|
||||
|
||||
option(WITH_DBUS "build with D-BUS" ON)
|
||||
option(WITH_IMLIB2 "build with Imlib2" ON)
|
||||
option(WITH_IMLIB2 "build with Imlib2" OFF)
|
||||
option(GENERATE_MANPAGES "generate manpages" ON)
|
||||
|
||||
# {{{ CFLAGS
|
||||
|
|
Loading…
Reference in New Issue