Changeset 66734 in webkit


Ignore:
Timestamp:
Sep 3, 2010 8:56:02 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-09-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>

Reviewed by Antonio Gomes.

[EFL] Install default theme
https://bugs.webkit.org/show_bug.cgi?id=45154

Since a theme is needed in order to create a new browser, install the
default one to serve as example and fall-back.

  • CMakeListsEfl.txt:
Location:
trunk/WebKit/efl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/efl/CMakeListsEfl.txt

    r66716 r66734  
    227227INSTALL(FILES ${EWebKit_HEADERS}
    228228        DESTINATION include/${WebKit_LIBRARY_NAME}-${PROJECT_VERSION_MAJOR})
     229
     230INSTALL(FILES ${WebKit_THEME}
     231        DESTINATION share/${WebKit_LIBRARY_NAME}-${PROJECT_VERSION_MAJOR}/themes)
  • trunk/WebKit/efl/ChangeLog

    r66716 r66734  
     12010-09-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Install default theme
     6        https://bugs.webkit.org/show_bug.cgi?id=45154
     7
     8        Since a theme is needed in order to create a new browser, install the
     9        default one to serve as example and fall-back.
     10
     11        * CMakeListsEfl.txt:
     12
    1132010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
    214
Note: See TracChangeset for help on using the changeset viewer.