Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Conditionally add gdk-pixbuf & libimobiledevice
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Jul 21, 2015
1 parent b358e21 commit cf87ac6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ set(WITH_INTERNAL_GCHECKSUM 0)
set(LIBGPOD_BLOB_DIR "${CMAKE_INSTALL_PREFIX}/libgpod")
set(VERSION 0.8.0)

if (${HAVE_GDKPIXBUF})
set(GDKPIXBUF_REQ "gdk-pixbuf-2.0")
endif ()

if (${HAVE_LIBIMOBILEDEVICE})
set(LIBIMOBILEDEVICE_REQ "libimobiledevice-1.0")
endif ()

configure_file(config.h.in config.h)
configure_file(libgpod-1.0.pc.in libgpod-1.0.pc)

Expand Down

0 comments on commit cf87ac6

Please sign in to comment.