Changeset 142620 in webkit


Ignore:
Timestamp:
Feb 12, 2013 7:06:59 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Add an optional moduleset with hard to get packages (including libsecret)
https://bugs.webkit.org/show_bug.cgi?id=109195

Patch by Martin Robinson <mrobinson@igalia.com> on 2013-02-12
Reviewed by Philippe Normand.

Add an optional moduleset that includes libsecret. This moduleset will
be used to install some annoyingly hard to obtain dependencies on older
distributions.

  • gtk/jhbuild-optional.modules: Added.
  • gtk/jhbuild.modules: Add a reference to the new moduleset file.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r142618 r142620  
     12013-02-12  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] Add an optional moduleset with hard to get packages (including libsecret)
     4        https://bugs.webkit.org/show_bug.cgi?id=109195
     5
     6        Reviewed by Philippe Normand.
     7
     8        Add an optional moduleset that includes libsecret. This moduleset will
     9        be used to install some annoyingly hard to obtain dependencies on older
     10        distributions.
     11
     12        * gtk/jhbuild-optional.modules: Added.
     13        * gtk/jhbuild.modules: Add a reference to the new moduleset file.
     14
    1152013-02-12  Ilya Tikhonovsky  <loislo@chromium.org>
    216
  • trunk/Tools/gtk/jhbuild.modules

    r142233 r142620  
    2929    </dependencies>
    3030  </metamodule>
     31
     32  <include href="jhbuild-optional.modules"/>
    3133
    3234  <repository type="tarball" name="ftp.gnu.org"
Note: See TracChangeset for help on using the changeset viewer.