Skip to content

Commit

Permalink
Async action queue and mods to org
Browse files Browse the repository at this point in the history
  • Loading branch information
psychogenic committed Jan 2, 2018
1 parent 256ebec commit a8462ae
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 48 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY /usr CACHE STRING "Install directory (defaul
if (ENV{TRAVIS_TAG})
set(CPACK_PACKAGE_VERSION $ENV{TRAVIS_TAG})
else()
set(CPACK_PACKAGE_VERSION 1.0-dev)
set(CPACK_PACKAGE_VERSION 1.0.2)
endif()
set(CPACK_PACKAGE_CONTACT "Pat Deegan, https://psychogenic.com")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "C++ Wrapper for gattlib, to access GATT information from Bluetooth Low Energy (BLE) devices")
Expand Down Expand Up @@ -84,7 +84,7 @@ if (NOT CMAKE_SYSROOT)
execute_process(COMMAND dpkg --print-architecture OUTPUT_VARIABLE CPACK_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_QUIET)
endif()

set(CPACK_DEBIAN_PACKAGE_DEPENDS "gattlib")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "gattlib (>= 0.3), libglib2.0-0 (>= 2.54.0), bluez (>= 5.40)")
#
# List of file to install
#
Expand Down
Loading

0 comments on commit a8462ae

Please sign in to comment.