Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. === modified file 'CMakeLists.txt'
  2. --- CMakeLists.txt 2012-01-24 19:37:52 +0000
  3. +++ CMakeLists.txt 2012-01-29 08:07:06 +0000
  4. @@ -33,7 +33,7 @@
  5. find_package (PkgConfig)
  6. pkg_check_modules (GTK+ REQUIRED "gtk+-3.0 >= 3.2")
  7. pkg_check_modules (LIBSOURCE REQUIRED "libpeas-gtk-1.0; gtksourceview-3.0 >= 3.0")
  8. -pkg_check_modules (DEPS REQUIRED ${SCRATCH_DEPS} gthread-2.0)
  9. +pkg_check_modules (DEPS REQUIRED ${SCRATCH_DEPS})
  10.  
  11. set(NORMAL_CFLAGS ${DEPS_CFLAGS} ${LIBSOURCE_CFLAGS} ${GCONF_CFLAGS})
  12. set(NORMAL_LINK_DIRS ${DEPS_LIBRARY_DIRS} ${LIBSOURCE_LIBRARY_DIRS} ${GCONF_LIBRARY_DIRS})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement