mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[debian] control: Add libfmt-dev.
This should've been added for Ubuntu 20.04 "Noble" Numbat, which has libfmt-8.1.1, but I forgot to add it. With 22.04, there's a weird compile error: In file included from /<<PKGBUILDDIR>>/src/kde/kf5/../stdafx.h:35, from /<<PKGBUILDDIR>>/src/kde/kf5/ThumbnailCreatorPluginFactoryKF5.cpp:17: /<<PKGBUILDDIR>>/src/kde/kf5/../../rp-libfmt.h:14:10: fatal error: fmt/format.h: No such file or directory 14 | #include <fmt/format.h> | ^~~~~~~~~~~~~~ compilation terminated. TODO: Fix this later.
This commit is contained in:
parent
ec441b4cec
commit
82517febf5
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
rom-properties (2.5-1ppa6~noble2) noble; urgency=medium
|
rom-properties (2.5-1ppa6~noble3) noble; urgency=medium
|
||||||
|
|
||||||
* Build for Ubuntu 24.04 "Noble" Numbat.
|
* Build for Ubuntu 24.04 "Noble" Numbat.
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -33,7 +33,8 @@ Build-Depends:
|
|||||||
libzstd-dev,
|
libzstd-dev,
|
||||||
liblz4-dev,
|
liblz4-dev,
|
||||||
liblzo2-dev,
|
liblzo2-dev,
|
||||||
libgsound-dev
|
libgsound-dev,
|
||||||
|
libfmt-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Homepage: https://github.com/GerbilSoft/rom-properties
|
Homepage: https://github.com/GerbilSoft/rom-properties
|
||||||
Vcs-Git: https://github.com/GerbilSoft/rom-properties
|
Vcs-Git: https://github.com/GerbilSoft/rom-properties
|
||||||
|
Loading…
Reference in New Issue
Block a user