~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo

1
2
3
4
5
6
7
find_package (Compiz REQUIRED)
include (CompizPlugin)
include (FindJPEG)

if (JPEG_FOUND)
    compiz_plugin (imgjpeg LIBRARIES ${JPEG_LIBRARIES} INCDIRS ${JPEG_INCLUDE_DIR})
endif (JPEG_FOUND)