Skip to content

Commit

Permalink
update meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsivaramanneo committed Feb 4, 2024
1 parent ebf7408 commit 9a00eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Files/GPUViewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main(win):
t4.join()

if isVdpauinfoSupported():
vdpauTab = create_tab(notebook,"media-playback-start", "VDPAU", const. ICON_HEIGHT, False)
vdpauTab = create_tab(notebook,"vdpauinfo", "VDPAU", const. ICON_HEIGHT, False)
# page_vdpau = notebook.get_page(vdpauTab)
# page_vdpau.set_property("tab-expand",True)
vdpauinfo(vdpauTab)
Expand Down
2 changes: 2 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ install_data('../Images/OpenGL_ES.png',
install_data('../Images/OpenCL.png',
install_dir: get_option('datadir') / 'icons/hicolor/512x512/apps')
install_data('../Images/about-us.png',
install_dir: get_option('datadir') / 'icons/hicolor/512x512/apps')
install_data('../Images/vdpauinfo.png',
install_dir: get_option('datadir') / 'icons/hicolor/512x512/apps')

0 comments on commit 9a00eba

Please sign in to comment.