~linaro-maintainers/compiz-plugins-main/overlay-gl

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Didier Roche
  • Date: 2011-06-07 12:01:45 UTC
  • Revision ID: didier.roche@canonical.com-20110607120145-njsxkfzbod5ek011
added a compiz-plugins-main-dev package to put header and pc file in a
separated package

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' /usr/include/compiz/core/core.h )
8
8
 
9
9
override_dh_auto_configure:
10
 
        dh_auto_configure -- -DCOMPIZ_BUILD_WITH_RPATH=FALSE -DCOMPIZ_PACKAGING_ENABLED=TRUE -DCOMPIZ_PLUGIN_INSTALL_TYPE=package -DUSE_GSETTINGS=OFF -DCOMPIZ_DISABLE_GS_SCHEMAS_INSTALL=ON -DBUILD_GLES=ON
 
10
        dh_auto_configure -- -DCOMPIZ_BUILD_WITH_RPATH=FALSE -DCOMPIZ_PACKAGING_ENABLED=TRUE -DCOMPIZ_PLUGIN_INSTALL_TYPE=package
11
11
 
12
12
override_dh_gencontrol:
13
13
        dh_gencontrol -- -Vcoreabiversion=$(CORE_ABIVERSION)
14
14
 
15
15
%:
16
 
        dh $@ --parallel
 
16
        dh $@
17
17