You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/ddccontrol/files/ddccontrol-0.4.2-no-ddcpci....

15 lines
289 B

fix building when ddcpci is disabled. just a hack while we sort
out the real fix upstream.
--- a/src/gddccontrol/main.c
+++ b/src/gddccontrol/main.c
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <unistd.h>
-#include "ddcpci-ipc.h"
+#define IDLE_TIMEOUT 60
#include "notebook.h"