Skip to content

Commit

Permalink
configure.ac: Update and fix warning (#233)
Browse files Browse the repository at this point in the history
* configure.ac: Update and fix warning

* control: Add missing dep
  • Loading branch information
leigh123linux committed Feb 13, 2024
1 parent 52a1b59 commit 5bd9be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

dnl Process this file with autoconf to produce a configure script.

AC_INIT(slick-greeter, 2.0.3)
AC_INIT([slick-greeter],[2.0.3])
AC_CONFIG_MACRO_DIR(m4)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign subdir-objects])
AM_PROG_CC_C_O
AM_PROG_VALAC([0.24.0])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])

Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 12),
at-spi2-core,
dbus-x11,
fonts-ubuntu,
intltool (>= 0.37.1),
libcanberra-dev,
libgtk-3-dev,
liblightdm-gobject-1-dev | liblightdm-gobject-dev,
Expand Down

0 comments on commit 5bd9be1

Please sign in to comment.