~cameronnemo/pantheon-greeter/optional-gl

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Raphael Isemann
  • Date: 2013-02-13 22:22:18 UTC
  • mto: This revision was merged to the branch mainline in revision 157.
  • Revision ID: teemperor@googlemail.com-20130213222218-5ruszkagglwydldq
enabled reading the max_gpu_size from opengl

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
add_definitions (-DGETTEXT_PACKAGE="pantheon-greeter")
16
16
 
17
17
find_package (PkgConfig)
18
 
pkg_check_modules (DEPS REQUIRED granite liblightdm-gobject-1 gdk-x11-3.0 clutter-gtk-1.0 indicator3-0.4 gdk-pixbuf-2.0)
 
18
pkg_check_modules (DEPS REQUIRED granite liblightdm-gobject-1 gdk-x11-3.0 clutter-gtk-1.0 indicator3-0.4 gdk-pixbuf-2.0 gl)
19
19
add_definitions (${DEPS_CFLAGS})
20
20
link_libraries (${DEPS_LIBRARIES})
21
21
link_directories (${DEPS_LIBRARY_DIRS})
39
39
    x11
40
40
    clutter-gtk-1.0
41
41
    indicator-0.4
 
42
    gl
42
43
OPTIONS
43
44
    --vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi
44
45
)