File: disable-gtk3.diff

package info (click to toggle)
prs 0.5.2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: sh: 31; makefile: 27
file content (16 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable the GTK3 GUI
 Since we want to phase out gtk3-rs in Debian we don't build the GUI.
Author: Matthias Geiger <werdahias@debian.org> 
Forwarded: not-needed
Last-Update: 2025-01-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,5 +2,4 @@
 members = [
     "./lib",
     "./cli",
-    "./gtk3",
 ]