Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
fixed #16
Browse files Browse the repository at this point in the history
  • Loading branch information
haecker-felix committed Jun 28, 2016
1 parent 2115ce1 commit b1f6127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ set(COMPILE_OPTIONS_VALA ${COMPILE_OPTIONS_VALA} --pkg gstreamer-1.0 json-glib-
find_package ( PkgConfig REQUIRED )
pkg_check_modules ( DEPS
REQUIRED glib-2.0
REQUIRED gtk+-3.0>=3.14
REQUIRED gtk+-3.0>=3.18
REQUIRED gstreamer-1.0
REQUIRED json-glib-1.0
REQUIRED gio-2.0
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build-Depends: cmake (>= 2.8),
debhelper (>= 8.0.0),
valac-0.16 | valac (>= 0.16),
libglib2.0-dev (>= 2.29.0),
libgtk-3-dev (>= 3.14),
libgtk-3-dev (>= 3.18),
libgstreamer1.0-dev,
libjson-glib-dev,
libgio2.0-cil-dev,
Expand Down

0 comments on commit b1f6127

Please sign in to comment.