~sebastien-amardeilh/yarock/1.x

« back to all changes in this revision

Viewing changes to src/core/player/vlc/CMakeLists.txt

  • Committer: sebastien-amardeilh
  • Date: 2019-03-23 08:02:43 UTC
  • Revision ID: seb@seb-linux-pc-20190323080243-8akn89cvcx10f0z5
- BugFix : fix Appstream metadata legacy location and format #1813638
  - BugFix : fix widget bottom toolbar save/restore state
  - BugFix : fix debian Lintian spelling errors #1815382
  - BugFix : fix internal build rules for phonon engine #1745854
  - BugFix : improve mpris metatada for web stream
  - BugFix : fix icon installation under some environment #1747308

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
 
51
51
# ------------------------------------------------------------------------------
 
52
#  configure file
 
53
# ------------------------------------------------------------------------------
 
54
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/config.h.in
 
55
               ${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/core/player/vlc/config.h)
 
56
               
 
57
# ------------------------------------------------------------------------------
52
58
#  SOURCES
53
59
# ------------------------------------------------------------------------------
54
60
SET(SOURCES
57
63
    ${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/core/player/vlc/vlc_media.cpp
58
64
)
59
65
 
 
66
 
 
67
               
60
68
# ------------------------------------------------------------------------------
61
69
#  BUILDING
62
70
# ------------------------------------------------------------------------------