Merge pull request #1567 from jbeich/freebsd

This commit is contained in:
Alex 2022-05-23 20:47:45 +02:00 committed by GitHub
commit b8ee448e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
pkg install -y git # subprojects/date
pkg install -y catch evdev-proto gtk-layer-shell gtkmm30 jsoncpp \
libdbusmenu libevdev libfmt libmpdclient libudev-devd meson \
pkgconf pulseaudio scdoc sndio spdlog wayland-protocols
pkgconf pulseaudio scdoc sndio spdlog wayland-protocols upower
run: |
meson build -Dman-pages=enabled
ninja -C build

View File

@ -5,6 +5,7 @@
#include <iostream>
#include <map>
#include <string>
#include <unordered_map>
#include "ALabel.hpp"
#include "glibconfig.h"

View File

@ -2,6 +2,8 @@
#include <libupower-glib/upower.h>
#include <unordered_map>
#include "gtkmm/box.h"
#include "gtkmm/label.h"
#include "gtkmm/window.h"