~nathwill-deactivatedaccount-deactivatedaccount/ubuntu/precise/gnome-control-center/fix-lp-978118

« back to all changes in this revision

Viewing changes to .pc/96_sound_nua_panel.patch/panels/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ken VanDine, Didier Roche, Ken VanDine
  • Date: 2012-02-09 16:44:44 UTC
  • Revision ID: package-import@ubuntu.com-20120209164444-nvlkg36obi95y6n0
Tags: 1:3.2.2-2ubuntu7
[ Didier Roche ]
* debian/patches/04_new_appearance_settings.patch:
  - fix a typo (LP: #929070)
  - new reveal sensitivity default is now 2.0

[ Ken VanDine ]
* debian/patches/96_sound_nua_panel.patch
  - Adding the new sound-nua panel for sound settings, only displayed 
    in Unity, the old sound panel will load in GNOME

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS= \
 
2
        common \
 
3
        background \
 
4
        screen \
 
5
        power \
 
6
        color \
 
7
        display \
 
8
        media \
 
9
        mouse \
 
10
        online-accounts \
 
11
        region \
 
12
        info \
 
13
        sound \
 
14
        keyboard \
 
15
        universal-access \
 
16
        user-accounts \
 
17
        datetime \
 
18
        wacom
 
19
 
 
20
if BUILD_PRINTERS
 
21
SUBDIRS += printers
 
22
endif
 
23
 
 
24
if BUILD_NETWORK
 
25
SUBDIRS += network
 
26
endif
 
27
 
 
28
-include $(top_srcdir)/git.mk