re-implemented keyboard for better performance and keypress detection. there is no longer css customization, but the keyboard is now responsive to the screen width.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Compile the resources into a C file
|
||||
res = gnome.compile_resources(
|
||||
'oskeyboard-resources',
|
||||
'resources.xml',
|
||||
source_dir: '.', # Look for .ui and .css in the current directory
|
||||
)
|
||||
|
||||
executable('osk',
|
||||
'main.c',
|
||||
res, # Add the compiled resource file to the sources
|
||||
dependencies : [gtk_dep, libevdev_dep, layer_shell_dep],
|
||||
install : true)
|
||||
Reference in New Issue
Block a user