Skip to content

Commit

Permalink
Upgrading to libupstart-app-launch v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-gould committed Dec 6, 2013
1 parent 91f2840 commit 31bc3bc
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 @@ -29,7 +29,7 @@ endif()

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")

pkg_check_modules(UPSTART_APP_LAUNCH REQUIRED upstart-app-launch-1)
pkg_check_modules(UPSTART_APP_LAUNCH REQUIRED upstart-app-launch-2)
include_directories(${UPSTART_APP_LAUNCH_INCLUDE_DIRS})

pkg_check_modules(GLIB2 REQUIRED glib-2.0)
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Build-Depends: cmake,
libglib2.0-dev,
libjson-glib-dev,
libgtest-dev,
libupstart-app-launch1-dev (>= 0.3),
libupstart-app-launch2-dev (>= 0.3),
python,
python3-dbusmock,
Standards-Version: 3.9.4
Expand Down

0 comments on commit 31bc3bc

Please sign in to comment.