bcd8d3f476
use direct rendering. - Move the LIBGL_ALWAYS_INDIRECT code to CompositingPrefs::detect(), and use the external helper program to determine if the variable needs to be set. svn path=/trunk/KDE/kdebase/workspace/; revision=1096554
10 lines
296 B
CMake
10 lines
296 B
CMake
########### next target ###############
|
|
|
|
set(kwin_opengl_test_SRCS opengltest.cpp )
|
|
|
|
kde4_add_executable(kwin_opengl_test ${kwin_opengl_test_SRCS})
|
|
|
|
target_link_libraries(kwin_opengl_test ${X11_LIBRARIES} ${OPENGL_gl_LIBRARY})
|
|
|
|
install(TARGETS kwin_opengl_test ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
|
|