Skip to content

Commit

Permalink
cmake: remove support for avahi-ui gtk2
Browse files Browse the repository at this point in the history
  • Loading branch information
larchunix committed Apr 15, 2018
1 parent 8a443bd commit 3bf3036
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/FindAVAHI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ if(PKG_CONFIG_FOUND)
if(GTK3_FOUND)
set(_AVAHI_UI_LIB_NAME avahi-ui-gtk3)
set(_AVAHI_UI_PKG_NAME avahi-ui-gtk3>=0.6.30 avahi-client>=0.6.30)
else()
set(_AVAHI_UI_LIB_NAME avahi-ui)
set(_AVAHI_UI_PKG_NAME avahi-ui>=0.6.30 avahi-client>=0.6.30)
endif()
pkg_check_modules(PC_AVAHI_UI ${_AVAHI_UI_PKG_NAME})
endif()
Expand Down

0 comments on commit 3bf3036

Please sign in to comment.