~ubuntu-branches/ubuntu/quantal/libdrumstick/quantal

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia, Adrian Knoth, Alessio Treglia
  • Date: 2012-02-05 21:13:53 UTC
  • Revision ID: package-import@ubuntu.com-20120205211353-suxnx7mam1kwp6dn
Tags: 0.5.0-3
[ Adrian Knoth ]
* Replace old binutils patch with new one:
  - The cmake maintainer suggested a different fix, so here's the new
    approach. For details, see #615742.

[ Alessio Treglia ]
* Build for Multi-Arch.
* Remove missing_libs.patch, superseded by Adrian's new patch.
* Refresh patches.
* Bump Standards.
* Rewrite debian/copyright to comply with DEP-5.
* Add override to avoid Lintian's package-name-doesnt-match-sonames
  warning.
* Include in libdrumstick-dbg only symbols coming from libdrumstick0;
  this avoids installing drumstick-tools when one needs the -DBG just
  to debug the libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    INCLUDE (${QT_USE_FILE})
84
84
    INCLUDE_DIRECTORIES (${QT_INCLUDES}) 
85
85
    LINK_DIRECTORIES (${QT_LIBRARY_DIR})
86
 
    LINK_LIBRARIES (${QT_LIBRARIES} -lX11)
 
86
    LINK_LIBRARIES (${QT_LIBRARIES})
87
87
    ADD_DEFINITIONS (-DQT_STRICT_ITERATORS)
88
88
ELSE(QT4_FOUND)
89
89
    MESSAGE(FATAL_ERROR "Qt4 not found")
161
161
INSTALL( FILES 
162
162
    ${CMAKE_CURRENT_BINARY_DIR}/drumstick-file.pc
163
163
    ${CMAKE_CURRENT_BINARY_DIR}/drumstick-alsa.pc
164
 
    DESTINATION lib${LIB_SUFFIX}/pkgconfig )
 
164
    DESTINATION ${LIBDIR}/pkgconfig )
165
165
 
166
166
# XML mime types
167
167
set( SHARED_MIME_INFO_MINIMUM_VERSION "0.30" )