Skip to content

Commit

Permalink
Increment PACKAGE_INTERNAL_DEPS_ID for gstreamer and xau
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjoe committed Jun 12, 2018
1 parent bbb121d commit 22ad20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/projects/gstreamer/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hunter_cmake_args(
hunter_cacheable(gstreamer)
hunter_download(
PACKAGE_NAME gstreamer
PACKAGE_INTERNAL_DEPS_ID "1"
PACKAGE_INTERNAL_DEPS_ID "2"
PACKAGE_UNRELOCATABLE_TEXT_FILES
"lib/gstreamer-1.0/libgstcoreelements.la"
"lib/gstreamer-1.0/libgstcoretracers.la"
Expand Down
2 changes: 1 addition & 1 deletion cmake/projects/xau/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ hunter_cmake_args(
hunter_cacheable(xau)
hunter_download(
PACKAGE_NAME xau
PACKAGE_INTERNAL_DEPS_ID "4"
PACKAGE_INTERNAL_DEPS_ID "5"
PACKAGE_UNRELOCATABLE_TEXT_FILES "lib/libXau.la;lib/pkgconfig/xau.pc"
)

0 comments on commit 22ad20f

Please sign in to comment.