-
-
Save jthomaschewski/781799d3f631dfe1cde2752cdc73116e to your computer and use it in GitHub Desktop.
minimal mutter application with window management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <meta/main.h> | |
int main() { | |
GMainLoop *loop = g_main_loop_new(NULL, FALSE); | |
meta_init(); | |
g_main_loop_run(loop); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CFLAGS=$(shell pkg-config --cflags libmutter-2) -Wl,-rpath,/usr/lib/mutter | |
LDLIBS=$(shell pkg-config --libs libmutter-2) | |
all: main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fix for arch linux as of 03.04.2018