~sil2100/compiz/workaround_770283

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Didier Roche
  • Date: 2012-03-30 11:25:32 UTC
  • Revision ID: didier.roche@canonical.com-20120330112532-n0uhp0xtfll5mlgd
  - tweak slightly the shadow border for both active/inactive windows.
* debian/rules, debian/compiz-gnome.gconf-defaults:
  - move the default for the unity-less default profile from DEFAULT_PLUGINS
    list as it seems compiz tries to load that list, then ccp, then the
    profile list.
  - put the active_plugins list back to the Default profile in gconf then.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
CORE_ABIVERSION := $(shell sed -rn 's/^\#define[[:space:]]+CORE_ABIVERSION[[:space:]]+//p' include/core/abiversion.h )
8
8
 
9
 
# generated via:
10
 
#  python -c "import compizconfig; print ','.join(compizconfig.Context().Plugins['core'].Display['active_plugins'].Value)"
11
 
DEFAULT_PLUGINS = "core composite opengl compiztoolbox decor vpswitch snap mousepoll resize place move wall grid regex imgpng session gnomecompat animation fade unitymtgrabhandles workarounds scale expo ezoom"
 
9
DEFAULT_PLUGINS = "ccp"
12
10
 
13
11
override_dh_auto_configure:
14
12
        # currently, segfault if CMAKE_BUILD_TYPE=Release