]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
configure.ac.in: update library dependencies for gtk-3.x and xfce-4.14.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 02:21:48 +0000 (22:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 13:12:25 +0000 (09:12 -0400)
commit19d2605ed6514d97d381a14ceae40e1619c4538f
treea0d904a7491e44fd0592c6b26b9c27c681b9d8c8
parentc2192722c30e86449a7598eb9c962af39ed2a7e0
configure.ac.in: update library dependencies for gtk-3.x and xfce-4.14.

We have four obsolete dependencies that need to be updated to bring
xfce-hdaps into the future:

  * gtk+
  * libxfce4ui
  * libxfce4util
  * libxfce4panel

These are detected by the configure script which then does whatever it
needs to do to ensure that they get linked in the right places. Instead
of requesting gtk+-2.20.0 and the xfce-4.8.0 versions of the libraries, we
now request gtk+-3.0 and the xfce-4.14.0versions. This should immediately
break the build and give me a nice long list of tasks that need to be
completed to finish the migration.
configure.ac.in